County (CountyCode, CountyName)
Constituency (ConstituencyCode, CountyCode, ConstituencyName)
Using MS-SQL-Server, create the above database with its tables. Capture screenshots for SQL
statements that perform the tasks below in a MS-Word:
a) Create the three tables clearly considering the relationships through the key fields. [6 Marks]
b) Insert at least 10 records in each table. [3 Marks]
c) Demonstrate how Exists and Not Exists could be used to check for empty entries for the Age field.
↧