- Information
- AI Chat
Was this document helpful?
Lesson 6 - Evaluation Structure A and B
Subject: Information Technology
84 Documents
Students shared 84 documents in this course
Degree • Grade:
Sixth Form (A Levels)
• A1 - AS LevelWas this document helpful?
Evaluation tips A and B
Part A evaluation – tips:
Criteria will change but general concept:
1. How well your database structure has minimised data duplication and how well your
database structure meets these requirements:
What is data duplication?
What is normalisation?
Flat file database – created into 2 3 or 4 tables all linked together
In the sample of data you were given in the task – what data was repeated?
What problems does repeated data cause?
Explain the types of relationships that you uses – 1-1, - M, referential integrity
What Primary Keys did you use, what is the purpose of a PK? Why is it okay to repeat this?
What Foreign/Composite keys did you use? Why is it okay to repeat this?
●Entities (not Tables)
●Attributes (not Fields)
●Tuples (not Records)
●One to Many
●Normalisation to prevent Data Redundancy
●Data Duplication and Data Inconsistency
●Enforce Referential Integrity
●Primary Key
●Foreign Key
●Composite Key
2. Did you do everything that was required of you in the task– general summary of
Strengths and Weaknesses
3. Conclusion
Evaluation Part B - Break it down into evaluating the 2 forms: