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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11627Gray, Dalton91977Spring ValleyCaliforniaUnited States
18820Cook, Alexandria91791West CovinaCaliforniaUnited States
24438Robinson, Xavier98036LynnwoodWashingtonUnited States

Generated 2025-07-13 00:08:08.463 UTC