a) This part of the question is about data redundancy (aka duplicate data). You need to identify one instance where this is occurring in the example. I can see two instances: 1. The item data is repeated, for example, the data about the video camera. 2. The details about the borrowers are also repeated. You then need to describe two issues that arise as a result of this data redundancy. There are a few issues, such as having conflicting data when multiple records need to be updated. (If a borrower changes faculty, then all the records related to that borrower need to be updated. if one record isn't updated, then you can't tell which record is correct and which one is incorrect) Another issue is that if you delete one record which has the only copy of the borrower's details, then you've lost those details when you weren't meaning to delete them.
b) In this question, you need to normalise (break down) the database into three tables. When answering these types of questions, it helps to look for groups of fields that share something in common. For example, in a school database, you'd have a table for students, one for teachers, and another for classes. In this instance, you can identify the three tables as being the item, the borrower, and the loan. You need to also indicate the relationships between the tables in question (e.g. linking the both the item and borrower tables to the loan table).
c) This is another question where you need to draw a diagram, rather than use a written response. There are a few key things you need to have.
- A title for the report
- Column headers detailing the fields involved.
- Records for the data in question
- A summary row or section. This could include details like how long the item has been loaned overall or who's borrowed the item the most
It hels a lot if you've worked with Microsoft Access or a similar database program because it gives you practice in identifying the components referred to in both this question and the last.
I hope this helps. feel free to PM me if you want to ask more questions, or so we can work out a deal with regards to the notes you are offering