[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 2000   SHUFFLE   <  SKIP 1232  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22686Anand, Wayne, HSW8 1XDLondonEnglandUnited Kingdom
19359Townsend, RobertoPE17BuryEnglandUnited Kingdom
14476Reed, Bryce98168BurienWashingtonUnited States
27364Li, Cedric3198SeafordVictoriaAustralia

Generated 2025-07-19 02:48:50.935 UTC