[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 2000   SHUFFLE   <  SKIP 22  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24764Hughes, Abigail, G98201EverettWashingtonUnited States
17902Lopez, Ruth, D70511StuttgartSaarlandGermany
20962Xie, Sharon75009ParisSeine (Paris)France
21765Kelly, Nathaniel, P97045Oregon CityOregonUnited States
13711Mitchell, Thomas, JV8XRoyal OakBritish ColumbiaCanada
15991Taylor, David98055RentonWashingtonUnited States

Generated 2025-11-05 04:40:51.175 UTC