[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 750   <  SKIP 5799  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14466Adams, Logan97045Oregon CityOregonUnited States
14036Torres, Amanda, T97045Oregon CityOregonUnited States
14735Rogers, Maria97045Oregon CityOregonUnited States
15286Nelson, Thomas, C97045Oregon CityOregonUnited States
16334Bailey, Natalie, J97045Oregon CityOregonUnited States
16985Li, Adam97045Oregon CityOregonUnited States
17002Martin, Dylan97045Oregon CityOregonUnited States

Generated 2025-10-14 03:30:19.028 UTC