[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 24   SHUFFLE   <  SKIP 1060  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11307Rodriguez, Hunter, P94015Daly CityCaliforniaUnited States
28416Black, Roger, JRG41 1QWWokinghamEnglandUnited Kingdom
23132Lee, Anthony, M95062Santa CruzCaliforniaUnited States

Generated 2025-07-17 14:48:18.724 UTC