EBK CONCEPTS OF DATABASE MANAGEMENT
EBK CONCEPTS OF DATABASE MANAGEMENT
9th Edition
ISBN: 9781337670494
Author: Last
Publisher: Cengage Learning
Question
Book Icon
Chapter 6, Problem 10RQ

(a)

To determine

To find the relationship between students, courses and faculty members in the specified relation.

(a)

Expert Solution
Check Mark

Explanation of Solution

The given relation is Student(StudentNum_,CourseNum_,FacultyNum_) .

The above relation Student and Faculty has many-to-many relationship since a new table is generated whose primary key is the combination of all primary key.

Since a faculty teaches many students and a student is taught by many faculties. Therefore, the relation between student and faculty is many-to-many relationship.

The relation between Student and Course has many to many relationships since a student can take many courses and a course can be taken by many students.

After creating new table, the collection of tables is as follows:

Faculty(FacultyNum_,Name,Department)Course(CourseNum_,CourseName)StudentFaculty(StudentNum_,StudentName)Student(StudentNum_,CourseNum_,FacultyNum_)

(b)

To determine

To find the relationship between students, courses and faculty members in the specified relation.

(b)

Expert Solution
Check Mark

Explanation of Solution

The given relation is as follows:

Student(StudentNum_,CourseNum_)Faculty(CourseNum_,FacultyNum_)

Since one student can take many courses and one course is taken by many students.

Therefore, the attributes StudentNum and CourseNum in the Student relation used as the primary key shows the many-to-many relationship between StudentFaculty and Course tables.

The relation Faculty and Course has many-to-many relationship since one faculty can be assigned many course numbers and one course number can be assigned to many faculties.

After creating new table, the collection of tables is as follows:

Faculty(FacultyNum_,CourseNum_)Course(CourseNum_,CourseName)StudentFaculty(StudentNum_,StudentName)Student(StudentNum_,CourseNum_)

(c)

To determine

To find the relationship between students, courses and faculty members in the specified relation.

(c)

Expert Solution
Check Mark

Explanation of Solution

The given relation is as follows:

Student(StudentNum_,CourseNum_)Faculty(CourseNum_,FacultyNum_)StudenFaculty(StudentNum_,CourseNum,_FacultyNum_) .

The relation StudentFaculty and Faculty has many-to-many relationship since many students have assigned many courses.

The relation Faculty and Course has many-to-many relationship as many faculties can be assigned many courses.

The relation StudentFaculty and Course has many-to-many relationship since one faculty can be assigned many course numbers and one course number can be assigned to many faculties.

Also, the relation StudentFaculty and Faculty has many to many relationships since one student is taught by many faculties and one faculty can be assigned to many students.

(d)

To determine

To find the relationship between students, courses and faculty members in the specified relation.

(d)

Expert Solution
Check Mark

Explanation of Solution

The given relation is Student(StudentNum_,CourseNum_,FacultyNum_) .

The above relation Student and Faculty has many-to-many relationship since a new table is generated whose primary key is the combination of all primary key.

Since a faculty teaches many students and a student is taught by many faculties. Therefore, the relation between student and faculty is many-to-many relationship.

The relation between Student and Course has many tomany relationships since a student can take many courses and a course can be taken by many students.

After creating new table the collection of tables are as follows:

Faculty(FacultyNum_,Name,Department)Course(CourseNum_,CourseName)StudentFaculty(StudentNum_,StudentName)Student(StudentNum_,CourseNum_,FacultyNum_)

(e)

To determine

To find the relationship between students, courses and faculty members in the specified relation.

(e)

Expert Solution
Check Mark

Explanation of Solution

The given relation is as follows:

Student(StudentNum_,CourseNum_)Faculty(CourseNum_,FacultyNum_)StudenFaculty(StudentNum_,FacultyNum_) .

The relation Student and Course has many-to-many relationship since many students have assigned many courses.

The relation Faculty and Course has many-to-many relationship since many faculties can be assigned to many subjects.

The relation Student and Faculty has many-to-many relationship since one faculty can be assigned many students and one student can be assigned to many faculties.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
I need to render an image of a car continuously for a smooth visual experience in C# WinForms. It gets the location array (that has all the x,y of the tiles it should visit) from another function - assume it is already written.
write c program with features: Register a Bunny: Store the bunny's name, poem, and initialize the egg count to 0. Modify an Entry: Change the bunny's poem or update the egg count. Delete a Bunny: Remove a registered bunny from the list. List All Bunnies: Display all registered bunnies and their details. Save & Load Data: Store bunny data in a file to persist between runs. Use a struct to represent a bunny contestant. Store data in a binary file (bunnies.dat) for persistence. Use file I/O functions (fopen, fwrite, fread, etc.) to manage data. Implement a menu-driven interface for user interaction.
Help, how do I write the pseudocode for the findMean function and flowchart for this?
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Cengage Learning
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
A Guide to SQL
Computer Science
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Course Technology Ptr
Text book image
Fundamentals of Information Systems
Computer Science
ISBN:9781337097536
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning