[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   SHUFFLE   SKIP 250   <  SKIP 45  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14415Davis, William, C90802Long BeachCaliforniaUnited States
12109Foster, Morgan, W99202SpokaneWashingtonUnited States
29386Wang, Franklin, SY024 1GFYorkEnglandUnited Kingdom

Generated 2025-07-13 09:53:42.640 UTC