you want to implement following relationships


You want to implement following relationships when designing tables. How would you do it?

a.) One-to-one

b.) One-to-many

c.) Many-to-many

a.) One-to-One relationship - can be implemented as a single table and seldom as two tables with foreign and primary key relationships.

b.) One-to-Many relationships - by splitting data into 2 tables with foreign key and primary key relationships.

c.) Many-to-Many - by using a junction table with keys from both tables forming composite primary key of junction table.

 

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: you want to implement following relationships
Reference No:- TGS0354981

Expected delivery within 24 Hours