[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 999   SHUFFLE   <  SKIP 626  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19660Hill, Devin95062Santa CruzCaliforniaUnited States
25301Black, RaulCB4 4BZCambridgeEnglandUnited Kingdom
24699Rubio, RebekahAS23Stoke-on-TrentEnglandUnited Kingdom

Generated 2025-07-14 22:45:22.446 UTC