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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21555Madan, Jarrod, C3000MelbourneVictoriaAustralia
21560Lopez, Kristopher, L3000MelbourneVictoriaAustralia
22169Li, Jenny, B3000MelbourneVictoriaAustralia

Generated 2025-07-11 11:00:55.525 UTC