Tutorial 2 Relational Model No Group: Matrix # Name 1 2 3 4 5
Tutorial 2 Relational Model No Group: Matrix # Name 1 2 3 4 5
Relational Model
No GROUP:
Matrix # Name
1
2
3
4
5
To illustrate the database design process, we are to examine how a database for a
university could be designed. The initial specification of user requirements may be
based on interviews with the database users, and on the designer’s own analysis of
the organization. The description that arises from this design phase serves as the
basis for specifying the conceptual structure of the database. Part of the major
characteristics of the university are presented.
The university is organized into departments. Each department is identified by a
unique name (dept name), is located in a particular building, and has a budget. Each
department has a list of courses it offers. Each course has associated with it a course
id, title, dept name, and credits, and may also have associated prerequisites.
Instructors are identified by their unique ID. Each instructor has name, associated
department (dept name), and salary. Students are identified by their unique ID. Each
student has a name, an associated major department (dept name), and tot cred
(total credit hours the student earned thus far).
1.
2.
3.