Final Exam
Final Exam
DEPARTMENT OF ICT
OPERATE DATABASE APPLICATION
FINAL EXAM
I. You are supposed to create and save a database with tables, relationships, queries
and reports using MSAccess2007, according to the instructions given below.
1. You need to create a database for a public library to store book details. For this, create a blank
database and save it with your name under desktop.
2. Create a table called “Books” with the following fields. [10 Marks]
3. Create a form to enter details about books and save it as “Books Form”. [10 Marks]
4. Add following records to the “Books” table using the “Books Form”. [10 Marks]
ID Title Description Category No.of copies
1 Word Hardcover 2 2
2 Computers Hardcover 4 2
3 Access Paperback 2 2
4 Art Hardcover 1 1
5 Science Paperback 3 1
5. Create another table called “Book Copies” with the following fields.
6. Identify the Primary Key(s) of this table (if there is any).
7. Insert following records to the “Book Copies” table.
ID Book_ID ISBN Version
1 1 1234 1
2 1 1235 2
3 2 1236 1
4 2 1237 3
5 3 1238 2
6 3 1239 3
7 4 1241 4
8 5 1242 7