[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 4000   SHUFFLE   <  SKIP 2861  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22282Hughes, Jonathan97034Lake OswegoOregonUnited States
17513Saunders, Micheal4700RockhamptonQueenslandAustralia
29140Ward, Richard98366Port OrchardWashingtonUnited States

Generated 2025-07-18 03:45:52.336 UTC