Hi, I have 4 tables
Table 1: institutions
instID
instName
CityID (FK)
Table 2: cities
cityID
cityName
regionID (FK)
countryID (FK)
Table 3: regions
regionID
regionName
countryID (FK)
Table 4: countries
countryID
countryName
I'm trying to list all the institution name, the city, the region and the country it belongs to. I've tried several ways but never arrive at anything good. Can someone help me?
Table 1: institutions
instID
instName
CityID (FK)
Table 2: cities
cityID
cityName
regionID (FK)
countryID (FK)
Table 3: regions
regionID
regionName
countryID (FK)
Table 4: countries
countryID
countryName
I'm trying to list all the institution name, the city, the region and the country it belongs to. I've tried several ways but never arrive at anything good. Can someone help me?