Blog Desk       November 29, 2020      102

To create relationship between two tables

  1. Drag the primary key of a table into foreign key of another table
  2. Drag the foreign key of a table into the primary key of another table
  3. Drag any field from parent table and drop on child table
  4. Any of above can be done to create relationship

The Right Answer is : Option A

Explanation