[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 1514   <  SKIP 1000  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12762Smith, Jonathan, L91977Spring ValleyCaliforniaUnited States
12771Thomas, Morgan91977Spring ValleyCaliforniaUnited States
11627Gray, Dalton91977Spring ValleyCaliforniaUnited States
12957Lopez, Isabella91977Spring ValleyCaliforniaUnited States
11743Kelly, Chase, E91977Spring ValleyCaliforniaUnited States
11744Campbell, Stephanie, D91977Spring ValleyCaliforniaUnited States

Generated 2025-11-05 17:10:21.330 UTC