[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 10013   <  SKIP 100  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13889Martin, Robert, C97355LebanonOregonUnited States
14380Watson, Kaylee, K97355LebanonOregonUnited States
14385Hall, Maria97355LebanonOregonUnited States
14412Blue, Nicole, J97355LebanonOregonUnited States
14628Brooks, Carlos97355LebanonOregonUnited States
14644Lee, Jennifer, R97355LebanonOregonUnited States

Generated 2025-07-22 13:25:15.347 UTC