[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 462   <  SKIP 2976  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19690White, Robert, C90401Santa MonicaCaliforniaUnited States
19707Cooper, Cole, C90401Santa MonicaCaliforniaUnited States
19810Long, Oscar90401Santa MonicaCaliforniaUnited States
19881Long, Aidan, J90401Santa MonicaCaliforniaUnited States

Generated 2025-07-17 02:18:21.087 UTC