[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 512   SHUFFLE   <  SKIP 2363  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19755Foster, Lauren, M99202SpokaneWashingtonUnited States
15361Gonzales, Thomas95062Santa CruzCaliforniaUnited States
13984Richardson, Adrian, C92102San DiegoCaliforniaUnited States

Generated 2025-07-21 21:32:21.523 UTC