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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24756Bell, Carlos91932Imperial BeachCaliforniaUnited States
29251Zhou, Mandy90210Beverly HillsCaliforniaUnited States
23796Young, Miguel, D94063Redwood CityCaliforniaUnited States

Generated 2025-07-11 22:05:49.562 UTC