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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27220Long, Jackson90505TorranceCaliforniaUnited States
27945Andersen, Christine, ASW6 SBYLondonEnglandUnited Kingdom
20690Torres, Nathaniel91776San GabrielCaliforniaUnited States

Generated 2025-07-11 03:49:49.050 UTC