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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27484Zhang, Kristen3000MelbourneVictoriaAustralia
27492Lin, Clayton, M3000MelbourneVictoriaAustralia
27496Suri, Stanley, J3000MelbourneVictoriaAustralia

Generated 2025-07-15 04:13:15.265 UTC