[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 0   SHUFFLE   <  SKIP 2234  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29090Ye, Lacey2060Lavender BayNew South WalesAustralia
16296White, Sydney, M59491Villeneuve-d'AscqNordFrance
19025Roberts, Aaron97222MilwaukieOregonUnited States

Generated 2025-11-02 22:09:45.504 UTC