[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 4098   SHUFFLE   <  SKIP 164  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13456Hernandez, Sydney98033KirklandWashingtonUnited States
16689Shen, Rafael, J2450Coffs HarbourNew South WalesAustralia
20086Hayes, Jeremiah, WV8POak BayBritish ColumbiaCanada

Generated 2025-07-22 06:33:24.867 UTC