[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 5955  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13011Ortega, Anne3220GeelongVictoriaAustralia
13044Jai, Katrina3220GeelongVictoriaAustralia
12243Rubio, Kristy3220GeelongVictoriaAustralia

Generated 2025-07-09 21:27:15.138 UTC