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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21483Bailey, Michelle98104SeattleWashingtonUnited States
28806Hernandez, Randall, H84720Cedar CityUtahUnited States
22047Gonzales, David, B90210Beverly HillsCaliforniaUnited States

Generated 2025-07-19 13:20:57.758 UTC