Database 9 Practical Questions
Database 9 Practical Questions
Class List contains the following fields; Class, Student Id, First Name, Last Name. Mathematics Details
contains Students Id, Cat series, and Mark. Science Details contains Students Id, subject, Cat series, and
Mark, Humanities Details contains Students Id, subject, Cat series, and Mark. Draw a diagram that shows
the relationship between the tables and the data type for each field (8 Marks)
iii) Save as Careers 1 (1 Mark)
b) Input the following Data (13 Marks)
i) Create a query that contains the Students Id and the students' first name of students who have
an average score of more than 70%. Save the query as excellent. (15 Marks)
^* . *-. . *•
ii) Make a query that would display all students' details of students whose surname and first
name start with letter M. Save the query as M. (4 Marks)
iii) Make a query from it to produce a report that calculates the total scores for each Student and
save the report as score. (8 Marks)
iv) PRINT Excellent and score. (1 Marks)