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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20078Lee, Jose, E97045Oregon CityOregonUnited States
12952Hughes, Jennifer, W91945Lemon GroveCaliforniaUnited States
28060Rodriguez, Blake97301SalemOregonUnited States

Generated 2025-07-17 09:50:45.142 UTC