[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 0   SHUFFLE   <  SKIP 3083  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27065Wright, Jordan, E94536FremontCaliforniaUnited States
23808Perry, Spencer91950Lincoln AcresCaliforniaUnited States
17182Patterson, JessicaYO15YorkEnglandUnited Kingdom
21808Green, Amanda90241DowneyCaliforniaUnited States
24067Raman, Carolyn, V60323FrankfurtHessenGermany
28884Suarez, SheilaY03 4TNYorkEnglandUnited Kingdom

Generated 2025-11-04 23:37:46.843 UTC