[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 4   SHUFFLE   <  SKIP 2057  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14447Alexander, Madison98225BellinghamWashingtonUnited States
17806Kumar, Omar, E64283DarmstadtHessenGermany
23062Reed, Natalie97355LebanonOregonUnited States
13073Lopez, Sydney95062Santa CruzCaliforniaUnited States

Generated 2025-07-18 11:48:36.616 UTC