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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14500Ward, Jasmine, C90505TorranceCaliforniaUnited States
21322Ramirez, Carlos, M97355LebanonOregonUnited States
17747Xie, Franklin, ARG41 1QWWokinghamEnglandUnited Kingdom
28990Raman, Ann, E94519ConcordCaliforniaUnited States

Generated 2025-07-18 07:17:19.264 UTC