one to one relationship


SUBMITTED BY: mastern

DATE: Feb. 1, 2016, 3:20 p.m.

FORMAT: Text only

SIZE: 501 Bytes

HITS: 1798

  1. One-to-One relationship can be implemented as a single table and rarely as two tables with primary and foreign key relationships.
  2. One-to-Many relationships are implemented by splitting the data into two tables with primary key and foreign key relationships.
  3. Many-to-Many relationships are implemented using a junction table with the keys from both the tables forming the composite primary key of the junction table.
  4. It will be a good idea to read up a database designing fundamentals text book.

comments powered by Disqus