[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 4   SHUFFLE   <  SKIP 293  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16830Hall, Alexandra, M42651SolingenNordrhein-WestfalenGermany
20028Flores, Angela, B94063Redwood CityCaliforniaUnited States
13242Yang, Kyle, C90012Los AngelesCaliforniaUnited States

Generated 2025-07-17 23:09:18.676 UTC