Lab 1
Create in MS SQL Server the structure of a database containing the following information:
- information about political/military organizations (e.g. NATO)
- organization code
- organization name
- headquarter (city)
- founded date
- information about countries
- country name
- country code
- capital
- area
- population
- continent
- the organizations each country belongs to
- List all the countries which are members of NATO.
- List all the countries which are members of organizations founded before 1980
- List all the countries which are members of only one organization
- List all the capitals which are headquarter of no organization
- List the population of each continent
- Count the countries of each continent