[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 511   SHUFFLE   <  SKIP 1717  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17041Perry, Connor98501OlympiaWashingtonUnited States
18339Nath, Donna90706BellflowerCaliforniaUnited States
20068Peterson, Alexandria, F94947NovatoCaliforniaUnited States
23813Bennett, Hannah, E94063Redwood CityCaliforniaUnited States

Generated 2025-07-21 03:47:28.194 UTC