[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 3445  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20069Smith, Jessica, C90401Santa MonicaCaliforniaUnited States
20707Stewart, Danielle, P90401Santa MonicaCaliforniaUnited States
20515Edwards, Jenna, W90401Santa MonicaCaliforniaUnited States
21435Alexander, Connor, G90401Santa MonicaCaliforniaUnited States

Generated 2025-07-10 14:31:13.650 UTC