Computer Science, asked by AkarshGRao2373, 11 months ago

In a relational database a referential integrity constraint can be specified with the help of

Answers

Answered by ankurbadani84
5

Answer:

Explanation:

In a relational database a referential integrity constraint can be specified with the help of Primary and Foreign key.

Primary key is used to uniquely identify record in a table. It can be combination of multiple columns in the table. Columns in primary key should not have NULL data.

Foreign key refers to primary key in another table. There can be multiple records of foreign key in another table.

Answered by sakthismart
17

Answer: foreign key

Explanation:

Because primary key of the parent table can be used as reference of

the child table by using foreign key.

Similar questions