[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2421   SHUFFLE   <  SKIP 445  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25359Young, Alex, D90802Long BeachCaliforniaUnited States
13074Hughes, Grace, A91977Spring ValleyCaliforniaUnited States
27737Taylor, Brandon, C94063Redwood CityCaliforniaUnited States
28297Edwards, Gabrielle97222MilwaukieOregonUnited States

Generated 2025-07-11 17:19:53.519 UTC