[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 251   SHUFFLE   <  SKIP 999  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13057Powell, Destiny94704BerkeleyCaliforniaUnited States
12772Clark, Abigail98201EverettWashingtonUnited States
27157Xu, Raul48001MünsterSaarlandGermany

Generated 2025-07-16 11:17:26.347 UTC