[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 5032  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27780Andersen, Christy, A59140DunkerqueNordFrance
28460Powell, Nathan59140DunkerqueNordFrance
28401Alexander, Maria, F59140DunkerqueNordFrance
28475Ramos, Bruce59140DunkerqueNordFrance
28551Xu, Warren, A59140DunkerqueNordFrance
28728Long, Dylan, C59140DunkerqueNordFrance
28904Flores, Ian59140DunkerqueNordFrance

Generated 2025-07-09 10:57:03.186 UTC