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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19955Gao, Jake, A3220GeelongVictoriaAustralia
20153Sanz, Diane, M3220GeelongVictoriaAustralia
20245Malhotra, Darren, L3220GeelongVictoriaAustralia

Generated 2025-07-10 18:47:52.411 UTC