[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 1160  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14293Campbell, Kyle, S94015Daly CityCaliforniaUnited States
14395Reed, Devin, J91941GrossmontCaliforniaUnited States
23287Kelly, Juan, N91941GrossmontCaliforniaUnited States

Generated 2025-07-12 15:31:53.329 UTC