[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 82   SHUFFLE   <  SKIP 167  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22047Gonzales, David, B90210Beverly HillsCaliforniaUnited States
18874Green, Julia98284Sedro WoolleyWashingtonUnited States
11656Perez, Katelyn, K91932Imperial BeachCaliforniaUnited States

Generated 2025-07-21 20:28:37.456 UTC