[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 456   SHUFFLE   <  SKIP 1434  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18287Zeng, Heather, E2060Lavender BayNew South WalesAustralia
20975Andersen, JerryPE17BuryEnglandUnited Kingdom
28127Price, Fernando95062Santa CruzCaliforniaUnited States

Generated 2025-07-14 03:57:18.859 UTC