[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 739  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19556Andersen, Shawna, C3550BendigoVictoriaAustralia
19558Ortega, Gloria, R3550BendigoVictoriaAustralia
19563Moreno, Robin3550BendigoVictoriaAustralia

Generated 2025-10-31 09:39:28.754 UTC