Which of the following is a correct way to implement one-to-many-05099
Which of the following is a correct way to implement one-to-many relationship while designing tables?
This multiple choice question (MCQ) is related to the book/course
vu cs403 Database Management Systems.
It can also be found in
vu cs403 Mid Term - Quiz No.3.
Which of the following is a correct way to implement one-to-many relationship while designing tables?
using a junction table with the keys from both the tables forming the composite primary key of the junction table.
by splitting each table into three
by splitting the data into two tables with primary key and foreign key relationships.
as a single table and rarely as two tables with primary and foreign key relationships.