[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 941  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22823Alexander, IsabelTY31RuncornEnglandUnited Kingdom
13400Thomas, Julia, B91941GrossmontCaliforniaUnited States
11900Carlson, Byron2300NewcastleNew South WalesAustralia
19891Morgan, Jennifer, L98201EverettWashingtonUnited States

Generated 2025-07-13 15:36:00.549 UTC