[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 3001   SHUFFLE   <  SKIP 351  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22025Peterson, Riley, S92118CoronadoCaliforniaUnited States
14592Thompson, Jessica99362Walla WallaWashingtonUnited States
22222Hill, Angel, E90505TorranceCaliforniaUnited States

Generated 2025-07-17 20:00:58.960 UTC