[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 995   SHUFFLE   <  SKIP 1501  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14638Scott, Blake, D97005BeavertonOregonUnited States
24580Zhao, Wesley, M42651SolingenNordrhein-WestfalenGermany
24954Long, Jonathan91950National CityCaliforniaUnited States

Generated 2025-07-16 17:58:46.847 UTC