[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 875   SHUFFLE   <  SKIP 652  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21460Carter, Jack91977Spring ValleyCaliforniaUnited States
27831Vazquez, Clinton, C53001BonnHamburgGermany
27070Davis, Nathan, D98201EverettWashingtonUnited States

Generated 2025-07-13 23:33:22.783 UTC