[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 24   SHUFFLE   <  SKIP 990  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13727Rubio, Paula, A94704BerkeleyCaliforniaUnited States
16584Gray, DevinWA3WatfordEnglandUnited Kingdom
18671Kelly, Melanie94070San CarlosCaliforniaUnited States
13210Simmons, Ethan94063Redwood CityCaliforniaUnited States

Generated 2025-07-14 14:32:11.848 UTC