[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 1173  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13296Anderson, Seth, D90210Beverly HillsCaliforniaUnited States
11185Henderson, AshleyV9MetchosinBritish ColumbiaCanada
20174Gonzalez, Douglas, E12311BerlinHamburgGermany
22743Murphy, Kaylee, A98033KirklandWashingtonUnited States

Generated 2025-07-15 20:59:56.952 UTC