DBMS-Worksheet 9
DBMS-Worksheet 9
1. Define data and information. How are they different in a database context?
2. List any two advantages of using a database management system (DBMS).
3. Name the three types of data models commonly used in databases.
4. What is a relational database model? Mention one key feature of this model.
5. Identify any two objects of a relational database management system (RDBMS).
6. Explain the terms "field," "record," and "table" in the context of a database.
7. Describe the hierarchical data model and give an example of its use.
8. Differentiate between a primary key and a foreign key in a database.
9. Create a sample table to record the details of students in a class. The table should include
the following fields: Student ID, Name, Age, and Grade. Provide an example with at least
two rows of data.
10. Identify and describe three objects of an RDBMS, explaining their purpose in managing
databases.
11. Compare and contrast the network data model and the relational data model with
examples of each.