[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 3165   SHUFFLE   <  SKIP 1799  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11041Carter, Amanda, M91203GlendaleCaliforniaUnited States
19769Peterson, Andrea90802Long BeachCaliforniaUnited States
24993Ortega, Marvin, L94014ColmaCaliforniaUnited States
13475Allen, Charles94063Redwood CityCaliforniaUnited States

Generated 2025-07-18 14:22:53.438 UTC