[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 189  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13731James, Jan, R92118CoronadoCaliforniaUnited States
12594Gao, SandraCB4 4BZCambridgeEnglandUnited Kingdom
18722Navarro, Jonathon2065St. LeonardsNew South WalesAustralia

Generated 2025-07-13 11:52:25.416 UTC