. . . . . "/*[sqlquery[*/ SELECT \r\n geographic_location_identifier,\r\n line_1_address, \r\n line_2_address, \r\n municipality_name, \r\n location_address.state_code, \r\n postal_code, \r\n country_code, \r\n latitude_value,\r\n longitude_value\r\n FROM demo.acme.geographic_location \r\n JOIN demo.acme.location_address ON geographic_location.location_address_identifier = location_address.location_address_identifier\r\n JOIN demo.acme.physical_location ON geographic_location.physical_location_identifier = physical_location.physical_location_identifier\n/*]sqlquery]*/" . . . . . . . . . . . .