...
Question 8177 – SQL
March 4, 2024
Question 11545 – APPSC-2012-DL-CS
March 4, 2024
Question 8177 – SQL
March 4, 2024
Question 11545 – APPSC-2012-DL-CS
March 4, 2024

Question 3564 – Relational-databases

Relational database schema normalization is NOT for:

Correct Answer: A

Question 6 Explanation: 
→ There are many small Relational database schema in the database system. If we want to execute a query then it may require multiple relation access.
→ So to avoid this one solution is to have only one big relation so that number of relation access can be reduced.
→ This solution leads to redundancy of data stored in database and various inert, delete, update anomalies. So the solution of these problems is Normalisation using functional dependency. So option B,C,D are clearly correct according to above explanation.
→ ​ Option A​ is not correct because normalisation does not reduce the number of joins required to satisfy a query it only tries to eliminate redundancy and anomalous using functional dependency.
A
reducing the number of joins required to satisfy a query.
B
eliminating uncontrolled redundancy of data stored in the database.
C
eliminating number of anomalies that could otherwise occur with inserts and deletes.
D
ensuring that functional dependencies are enforced.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!