[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 250   <  SKIP 81  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28230Morgan, Stephanie, O91364Woodland HillsCaliforniaUnited States
28987Harris, Jessica, P91364Woodland HillsCaliforniaUnited States
29035Scott, Elijah91364Woodland HillsCaliforniaUnited States

Generated 2025-07-07 17:17:34.959 UTC