Saved Bookmarks
| 1. |
What Is "referential Integrity"? |
|
Answer» A FEATURE provided by relational database management systems (RDBMS) that prevents users or applications from ENTERING inconsistent data. For example, suppose Table B has a FOREIGN key that POINTS to a field in Table A.
A feature provided by relational database management systems (RDBMS) that prevents users or applications from entering inconsistent data. For example, suppose Table B has a foreign key that points to a field in Table A. |
|