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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15575Ye, Alvin, B4217Gold CoastQueenslandAustralia
15812Allen, Logan4217Gold CoastQueenslandAustralia
16338Zhang, Barbara4217Gold CoastQueenslandAustralia

Generated 2025-10-31 00:56:11.791 UTC