- Case Study A Database System For Tristan College Design A Database For Tristan College Tristan College Offers Various 1 (74.39 KiB) Viewed 50 times
Case Study: A database system for Tristan College. Design a database for Tristan College. Tristan College offers various
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Case Study: A database system for Tristan College. Design a database for Tristan College. Tristan College offers various
Case Study: A database system for Tristan College. Design a database for Tristan College. Tristan College offers various programs and currently has many students. The college wants to organize its data. You are required to design the database. Many students seek admission in the college. The college has a number of departments and students can be enrolled to these departments. The department also offers a number of courses to the students, each with a different duration from the other. Each department has its H.O.D and many teachers under him. The syllabus of each course is also defined. Teachers are recruited by the college for teaching the said courses to the students. The teachers may have different qualifications and experience. They may also teach different subjects if required. Each student in the college has a unique ID. We need to store the names of the students studying in the college, their residential address, date of birth. We also need to store information about the college like the name, address, contact number, reference ID, departments of the college, name of the H.O.D, number of teachers and students in the department. Also, the courses offered by the departments, the syllabus, the duration and the course ID. We can also store information about the teachers like their qualification, experience, name and subjects taught. Note: Assumptions are allowed and you are allowed to include necessary columns/attributes and tables if it is required. For the above mentioned business details, you should do the following tasks. No. 2 Task Draw a Conceptual Diagram based on the case study Output Brief explanation on the diagram Design an Entity - Relationship Diagram (ERD) and map the entities with appropriate relationships Output Brief explanation on the diagram 3 4 Develop Physical Model Diagram and provide the necessary information for Model (Relational Model - ensure data integrity). • Output Brief explanation on the diagram Use Normalization and make sure your database design is normalized properly.