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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14667Alexander, Olivia, L3000MelbourneVictoriaAustralia
15030Zheng, Jeffery, W3000MelbourneVictoriaAustralia
15043Gonzalez, Joel, A3000MelbourneVictoriaAustralia

Generated 2025-07-19 15:59:28.961 UTC