194k views
3 votes
to which of the following actions are referential integrity constrains not applied select one: a. create b. insert c. modify d. all of the above

User Tawni
by
7.0k points

1 Answer

3 votes

Answer:

d. all of the above.

Step-by-step explanation:

Referential integrity constraints are applied to maintain consistency in the data by enforcing relationships between tables. They ensure that the values in one table's foreign key match the values in another table's primary key. Therefore, referential integrity constraints are applied during the create, insert, and modify operations to maintain data consistency and integrity.

User Nagylzs
by
7.7k points