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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11009Carlson, Shannon, C4655Hervey BayQueenslandAustralia
11044Flores, Adam, L4655Hervey BayQueenslandAustralia
11112Wang, Crystal, C4655Hervey BayQueenslandAustralia

Generated 2025-07-12 21:55:54.359 UTC