[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 24   SHUFFLE   <  SKIP 321  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13015Parker, Rebecca, L97034Lake OswegoOregonUnited States
23665Yang, Crystal, A2300NewcastleNew South WalesAustralia
20999Garcia, Carolyn4169East BrisbaneQueenslandAustralia

Generated 2025-07-12 03:57:21.467 UTC