. . . . . . . "/*[sqlquery[*/ SELECT geographic_location_identifier, Line_1_Address, Line_2_Address, municipality_name, location_address.state_code, postal_code, country_code, latitude_value, longitude_value\r\nFROM demo.acme.geographic_location \r\nJOIN demo.acme.location_address on geographic_location.location_address_identifier = location_address.location_address_identifier\r\nJOIN demo.acme.physical_location on geographic_location.physical_location_identifier = physical_location.physical_location_identifier\n/*]sqlquery]*/" . . . . . . . . .