[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 2500   SHUFFLE   <  SKIP 499  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24949Howard, Devin, S98033KirklandWashingtonUnited States
23638Ruiz, NelsonKB9KirkbyEnglandUnited Kingdom
18891James, Megan, S90706BellflowerCaliforniaUnited States

Generated 2025-07-19 22:00:20.637 UTC