subject

Suppose that you have the following requirements for a university database that is used to keep
track of students’ transcripts: The university keeps track of the students name, student number,
current address, phone, birth date, gender, class (‘freshman’, ‘sophomore’, … , ‘graduate’),
major department. Each department is described by a name, department code, office number
and college. Each student can study more than a course that has a course name, description,
course code, number of semester hours, level, and offering department. Finally, a grade record
refers to a student, a particular course, and the total degree of all courses he has studied.
Design the ERD for this database and implement the schema for this database application using
the suitable SQL commands. First show all the functional dependencies that should hold among
the database attributes. Then design relation schemas for the database that are each in 3NF with
clarifying the conditions you have applied to reach the 3NF. Specify the key attributes of each
relation. Note make any appropriate assumptions to render the specification complete.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
How is the number 110 written when expanded out to place values in the base 2 (binary) number system? options: 2 x 4 + 3 x 2 + 4 x 1 1 x 2 + 1 x 2 + 0 x 2 1 x 100 + 1 x 10 + 0 x 1 1 x 4 + 1 x 2 + 0 x 1
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Light travels at a speed of 186,000 miles a second. the distance light travels in a year is 5,865,690,000,000 miles/year 5,865,695,000,000 miles/year 58,656,950,000,000 miles/year 6,789,000,0000 miles/year
Answers: 1
question
Computers and Technology, 23.06.2019 13:00
Which of the following statements is false? a. a class can directly inherit from class object. b. if the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. c. a class's instance variables are normally declared private to enforce good software engineering. d. it's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires.
Answers: 3
question
Computers and Technology, 24.06.2019 07:40
What type of multimedia are live news feeds? live news feeds are examples of multimedia.
Answers: 2
You know the right answer?
Suppose that you have the following requirements for a university database that is used to keep
Questions