Assignment 1
Assignment 1
Assignment 1
Question-2:
Draw the ER Diagram for the following case Study:
We wish to create a database for a company that runs training courses.
For this, we must store data about the trainees and the instructors. For each
course participant (about 5,000), identified by a code, we want to store her
social security number, surname, age, sex, place of birth, employer’s name,
address and telephone number, previous employers (and periods employed), the
courses attended (there are about 200 courses) and the final assessment for each
course. We need also to represent the seminars that each participant is attending
at present and, for each day, the places and times the classes are held. Each
course has a code and a title and any course can be given any number of times.
Each time a particular course is given, we will call it an ‘edition’ of the course.
For each edition, we represent the start date, the end date, and the number of
participants.
Question-4: