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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16483Jai, Warren, S3000MelbourneVictoriaAustralia
16679Carter, Amber, E3000MelbourneVictoriaAustralia
17045Goel, Derek3000MelbourneVictoriaAustralia

Generated 2025-07-12 15:28:02.572 UTC