I have two tables
Country
withcountryid
andcountryname
City
withcityid
andcityname
I want to extract city names based on the countryid
I select.
I'm very new to sql database and please help me with direct query if you can.
Thank you very much.