Replacing my city_id with cities.name
Here is the query I'm doing so far:
Now, in my health_facilities table I have a city_id column with a foreign key to the cities table.
How can I replace the city_id with the cities.name in my result?
Now, in my health_facilities table I have a city_id column with a foreign key to the cities table.
How can I replace the city_id with the cities.name in my result?