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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13098Russell, Miguel, Z98201EverettWashingtonUnited States
22294Brown, Rachel91203GlendaleCaliforniaUnited States
12527Rodriguez, José91502BurbankCaliforniaUnited States
16766Arun, Summer, G90210Beverly HillsCaliforniaUnited States

Generated 2025-10-31 01:10:45.212 UTC