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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16982Lopez, Jillian90210Beverly HillsCaliforniaUnited States
11517Bryant, Katherine, A94063Redwood CityCaliforniaUnited States
11938Alexander, Seth, D94015Daly CityCaliforniaUnited States
18170Perez, Adam, D85049IngolstadtBayernGermany

Generated 2025-07-18 10:46:02.729 UTC