[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 5011  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17999Romero, Byron59140DunkerqueNordFrance
18039Clark, Logan59140DunkerqueNordFrance
18043Chande, Katie, A59140DunkerqueNordFrance

Generated 2025-10-31 00:55:55.486 UTC