[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 3439  >   <  TAKE 3  >   

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

3 items

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

Generated 2025-07-09 14:03:51.401 UTC