CC6012NIDataandWebDevelopment_93486
CC6012NIDataandWebDevelopment_93486
Student Name:
London Met ID:
College ID:
Assignment Due Date:
Assignment Submission Date:
Word Count:
I confirm that I understand my coursework needs to be submitted online via Google Classroom under the relevant
module page before the deadline for my assignment to be accepted and marked. I am fully aware that late
submissions will be treated as non-submission and a mark of zero will be awarded.
Contents
1. Introduction 3
2. Textual Analysis 3
3. ERD from Case Study 3
4. Normalization 4
5. Integration and Assumption 5
6. Final ERD 6
7. Data Dictionary 7
8. Script 8
9. Insert Statement 9
10. Select Statement 10
11. Forms 11
11.1 Dashboard or Home Page 11
11.2 Complex Form and Queries 12
11.2.1 SQL Queries 12
11.2.2 Complex Forms 12
11.3 Simple Form 12
12. User Manual 13
13. Testing 14
14. Further Discussion 16
15. Conclusion 17
References 18
1. Introduction
Introduction to your Report.
2. Textual Analysis
Provide the textual analysis from the case study.
For example: -
Description: One employee is assigned to either one department or none. One department can
have at least one employee or many employee.
Note: Create textual analysis for every relationship identified from the Case study.
Normalize fig1 with proper identification and representation of the repeating group, partial
dependency and transitive dependency and Keys as well. If any entities automatically
transform from one normal form to another normal form, then do mention why that/those entities
automatically transform.
Note: - List all the final entities before moving to the next Normal form.
5. Integration and Assumption
Combine all the entities derived from the case study and normalization. Provide any assumptions
that you have made for the integration of entities.
Note: Be careful while integrating and make sure there should not exist many to many
relationships and should not miss the relationship that exists in your initial ERD. Last,
provide overall entities with attributes and proper key representation.
6. Final ERD
Provide final ERD created from SQL Data Modeler.
Note: Make sure your relationships line is not intersected in your Final ERD.
Note: - Do not forget to execute the commit statement after completing the insertion
otherwise you will lose all the inserted data when you restart your Database.
10. Select Statement
Provide the screenshot for the execution of select statements through SQL developer for every
entity.
For eg:
Note: - There should be at least 2 failure test cases with correction measures.
14. Further Discussion
Your discussion should summarise your experience in undertaking this coursework with the
mention of 5 tools/techniques learned during coursework.
15. Conclusion
References