[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   SHUFFLE   <  SKIP 1551  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14239Peterson, Maria, W90712LakewoodCaliforniaUnited States
19776Murphy, Judith94015Daly CityCaliforniaUnited States
12410Richardson, Mariah90210Beverly HillsCaliforniaUnited States
20466Jai, Benjamin94303Palo AltoCaliforniaUnited States

Generated 2025-07-12 19:05:01.882 UTC