[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 5010  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18015Edwards, Haley, D59140DunkerqueNordFrance
18039Clark, Logan59140DunkerqueNordFrance
18043Chande, Katie, A59140DunkerqueNordFrance
17999Romero, Byron59140DunkerqueNordFrance
19052Kapoor, Kristi59140DunkerqueNordFrance
19447Simpson, Yolanda59140DunkerqueNordFrance

Generated 2025-07-11 19:37:27.108 UTC