[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 3669   SHUFFLE   <  SKIP 2000  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14901Richardson, Katherine91950National CityCaliforniaUnited States
25599Russell, AaronGL50CheltenhamEnglandUnited Kingdom
15979Cook, Nicole98036LynnwoodWashingtonUnited States

Generated 2025-07-13 09:08:38.192 UTC