[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 250   SHUFFLE   <  SKIP 2042  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16369Powell, Isabel98201EverettWashingtonUnited States
13960Kumar, Lacey2264SilverwaterNew South WalesAustralia
14933Patel, Ronald41485GrevenbroichBayernGermany

Generated 2025-07-18 07:56:01.341 UTC