Match the following with respect to RDBMS: A. Entity integrity 1. enforces some specific business rule that do not fall into entity or domain B. Domain integrity 2. Rows can’t be deleted which are used by other records C. Referential integrity 3. enforces valid entries for a column D. User defined integrity 4. No duplicate rows in a table
Match the following with respect to RDBMS: A. Entity integrity 1. enforces some specific business rule that do not fall into entity or domain B. Domain integrity 2. Rows can’t be deleted which are used by other records C. Referential integrity 3. enforces valid entries for a column D. User defined integrity 4. No duplicate rows in a table Correct Answer A - 4, B - 3, C - 2, D - 1
The correct answer is "option 2".
CONCEPT:
Data integrity ensures that data in the database must be consistent and accurate.
- Entity integrity states that every table must have a primary key column that must be unique & not null.
- Referential integrity works on the concept of foreign key & follows integrity on insertion, deletion & modification of the database table.
- It states that foreign key value must be either primary key value or null value.
- Domain integrity specifies that all columns must be declared upon a defined domain & must be valid in the relational database.
- User-defined integrity enforces specific business rules that do not fall into entity or domain.
Hence, the correct options are A - 4, B - 3, C - 2, D - 1.
মোঃ আরিফুল ইসলাম
Feb 20, 2025