[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 2421   SHUFFLE   <  SKIP 7222  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22599Gill, PhilipC2H 7AULondonEnglandUnited Kingdom
18639Scott, Maria, E97205PortlandOregonUnited States
20384Gonzalez, Luis91932Imperial BeachCaliforniaUnited States
23824Carter, Edward90241DowneyCaliforniaUnited States

Generated 2025-07-21 10:13:14.003 UTC