in Unknown Category edited by
1,497 views
0 votes
0 votes

In RDBMS, different classes of relations are created using ________ technique to prevent modification anomolies.

  1. Functional Dependencies
  2. Data integrity
  3. Referential integrity
  4. Normal Forms
in Unknown Category edited by
by
1.5k views

2 Answers

1 vote
1 vote

Ans.) 4

Normal forms

Explanation: Functional dependency is a constraint that describes the relationship between attributes in a relation.
Data integrity refers to the accuracy and consistency of data stored in a database, data warehouse, data mart or other construct.
Referential integrity is a relational database concept, which states that table relationships must always be consistent.
Normalization is a process of organizing the data in database to avoid data redundancy, insertion anomaly, update anomaly & deletion anomaly. 1NF, 2NF, 3NF and BCNF are types of normal forms.

So, option (D) is correct.

0 votes
0 votes
Normalization is used to prevent anomalies in RDBMS, i.e various normal forms

so, answer will be D
Answer:

Related questions