[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 523   SKIP 2000   <  SKIP 1250  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21488Henderson, Madison, M92102San DiegoCaliforniaUnited States
21493Coleman, Carson92102San DiegoCaliforniaUnited States
21317Rivera, Lauren, C92102San DiegoCaliforniaUnited States

Generated 2025-11-05 10:40:18.105 UTC