[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 4000   SHUFFLE   <  SKIP 2564  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22985Phillips, Hailey98020EdmondsWashingtonUnited States
20633Collins, Luke, A98033KirklandWashingtonUnited States
24747Powell, Dakota, L90210Beverly HillsCaliforniaUnited States

Generated 2025-07-21 06:17:27.662 UTC