901 views
3 votes
3 votes
Consider the following relations for a database that keeps track of student
enrollment in courses and the books adopted for each course:
STUDENT(Ssn, Name, Major, Bdate)
COURSE(Course#, Cname, Dept)
ENROLL(Ssn, Course#, Quarter, Grade)
BOOK_ADOPTION(Course#, Quarter, Book_isbn)
TEXT(Book_isbn, Book_title, Publisher, Author)
Specify the foreign keys for this schema??

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
Ashutosh_17 asked Mar 30, 2023
991 views
Let R be a relation of degree 5 then the total number of projections possible on R is ___?