[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 1000   SHUFFLE   <  SKIP 50  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26883Bradley, Shelby59491Villeneuve-d'AscqNordFrance
27426Stewart, Evan, M91950National CityCaliforniaUnited States
24561Ms., Sherman, Megan66001SaarbrückenSaarlandGermany
25477Raman, HollyCM11BillericayEnglandUnited Kingdom
17453Reed, Hailey97355LebanonOregonUnited States
12041Martin, Seth98270MarysvilleWashingtonUnited States

Generated 2025-11-05 09:37:12.400 UTC