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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17045Goel, Derek3000MelbourneVictoriaAustralia
17258Green, Fernando3000MelbourneVictoriaAustralia
17227Gutierrez, Erika3000MelbourneVictoriaAustralia

Generated 2025-07-19 20:27:55.527 UTC