1. What are the main components of a database?
The main components of database are:
- Tables
- Columns
- Rows
- Keys
- Fields
- Records
2. What is the difference between a record and a field?
Record: contains all the data about that item
Field: describes a single aspect of member of a table. All records have exactly the same structure and then they contain the same fields.
3. What are primary keys? What are they used for?
A Primary key is a field that uniquely identifies a record in a table. They are used to not confuse certain information about certain subjects
4. Draw up a table which could be used for data about students who borrow books from a library. Identify and label a record, a field and the primary key.
5. Why would we not put the students’ data in the same file as the books?
If the student’s data was put in the same file as the books the data would be conflicting and it would be confusing for both the database, the library and the borrowers.
6. If data is repeated unnecessarily in a table, it is called a redundant. Why do you think that databases should be designed to minimise data redundancy?
Databases should be designed to minimise data redundancy to avoid confusion and unimportant data usage



