[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 0   SHUFFLE   <  SKIP 2765  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28241King, Charles, L98055RentonWashingtonUnited States
12198Scott, Noah97222MilwaukieOregonUnited States
13598Luo, Keith, R59368WerneNordrhein-WestfalenGermany

Generated 2025-10-31 10:04:15.319 UTC