[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 512   SHUFFLE   <  SKIP 2888  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24341Jones, Wyatt, M92118CoronadoCaliforniaUnited States
13534Navarro, BethW10 6BLLondonEnglandUnited Kingdom
26078Dominguez, Alberto, R98225BellinghamWashingtonUnited States

Generated 2025-07-20 21:11:39.932 UTC