[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 2500   SHUFFLE   <  SKIP 1794  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22209Shen, Cedric2444Port MacquarieNew South WalesAustralia
21319Lee, Zachary, C98225BellinghamWashingtonUnited States
19904Gray, Jasmine, A85049IngolstadtBayernGermany
27665Patterson, Miguel94015Daly CityCaliforniaUnited States

Generated 2025-07-17 11:52:09.507 UTC