[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 1001  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29146Henderson, Ian, E98020EdmondsWashingtonUnited States
13074Hughes, Grace, A91977Spring ValleyCaliforniaUnited States
28583Long, Ryan, H99362Walla WallaWashingtonUnited States

Generated 2025-07-08 00:31:45.177 UTC