[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 511   SHUFFLE   <  SKIP 2045  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19732Hill, Kyle90706BellflowerCaliforniaUnited States
28376Chen, Eugene, L66740SaarlouisSaarlandGermany
13238Williams, John, C90505TorranceCaliforniaUnited States

Generated 2025-07-16 10:49:26.949 UTC