Questions
Questions
Music Database
Music Database
University Database
● A program has a name, a program identifier, the total credit points required to graduate,
and the year it commenced.
● A course has a name, a course identifier, a credit point value, and the year it commenced.
● Students have one or more given names, a surname, a student identifier, a date of birth,
and the year they first enrolled.
University Database
● A program has a name, a program identifier, the total credit points required to graduate,
and the year it commenced.
● A course has a name, a course identifier, a credit point value, and the year it commenced.
● Students have one or more given names, a surname, a student identifier, a date of birth,
and the year they first enrolled.
University Database
● A program has a name, a program identifier, the total credit points required to graduate,
and the year it commenced.
● A course has a name, a course identifier, a credit point value, and the year it commenced.
● Students have one or more given names, a surname, a student identifier, a date of birth,
and the year they first enrolled.
Employee Database
Employee Database
Employee Database
● Each department may have several Locations.
● Departments are identified by a name, d_no, Location.
● Each department is associated with a number of projects.
● Employees are identified by name, id, address, job, date_of_joining.
● An employee works in only one department but can work on several projects.
● Project has project id, name, corresponding department_id, employee_id
Student database
1. A student must enroll in multiple courses
2. Courses teached by a instructor
3. Each course studied by every student
4. A course has a course_summary_identifier, instructor_name,
marks_physics,marks_chemistry, marks_maths
5. Students have one or more given names, a surname, a student identifier,
6. Instructor has id, name, name of course taken
Student database
1. A student must enroll in multiple courses
2. Courses teached by a instructor
3. Each course studied by every student
4. A course has a course_summary_identifier, instructor_name,
marks_physics,marks_chemistry, marks_maths
5. Students have one or more given names, a surname, a student identifier,
6. Instructor has id, name, name of course taken