[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 250   <  SKIP 4254  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20961Goldberg, Keith, A59223RoncqNordFrance
21031She, Cassie59223RoncqNordFrance
21063Li, Louis59223RoncqNordFrance
21072Sanchez, Dominic59223RoncqNordFrance
21832Gill, Pedro, S59223RoncqNordFrance
22430Chande, Brad, S59223RoncqNordFrance
22824Nath, April, R59223RoncqNordFrance

Generated 2025-07-16 03:49:13.942 UTC