[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 1925   SHUFFLE   <  SKIP 606  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23213Green, Noah90802Long BeachCaliforniaUnited States
27492Lin, Clayton, M3000MelbourneVictoriaAustralia
27107Stewart, Alexa, D90012Los AngelesCaliforniaUnited States

Generated 2025-07-14 14:58:59.728 UTC