1.

In the section relation which of the following is used as a foreign key?(a) Course_id(b) Course_id,sec_id(c) Room_number(d) Course_id,sec_id,room_numberThe question was posed to me during an online interview.My query is from Querying database part-1 DDL topic in chapter Database Systems Design and Implementation of Database Management

Answer»

Right choice is (a) Course_id

Easiest explanation - Course_id is the only field which is PRESENT in the COURSE RELATION.



Discussion

No Comment Found

Related InterviewSolutions