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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11999Shan, Johnny2300NewcastleNew South WalesAustralia
26987Lopez, Roy, I80074MünchenHessenGermany
14643Simmons, Eric, M98201EverettWashingtonUnited States
22189Hernandez, Linda98168BurienWashingtonUnited States

Generated 2025-07-18 11:14:23.370 UTC