| 1. |
What Are The Two Principles Of Relational Database Model? What Is The Difference Between Them? |
|
Answer» The two principal rules for the relational model are as follows:
The differences between them are as follows:
For example: if a table is PRESENT and there is a SET of column out of which one column has parent key set then to ensure that the table doesn’t contain any duplicate values, a unique index is defined on the column that CONTAINS the parent key. The two principal rules for the relational model are as follows: The differences between them are as follows: For example: if a table is present and there is a set of column out of which one column has parent key set then to ensure that the table doesn’t contain any duplicate values, a unique index is defined on the column that contains the parent key. |
|