Relational Database Management System (RDBMS) Question:

What is 5NF?

Tweet Share WhatsApp

Answer:

A Relation schema R is said to be 5NF if for every join dependency {R1, R2, ..., Rn} that holds R, one the following is true

► Ri = R for some i.
► The join dependency is implied by the set of FD, over R in which the left side is key of R.

Download RDBMS PDF Read All 98 RDBMS Questions
Previous QuestionNext Question
What is 4NF?What is meant by Proactive, Retroactive and Simultaneous Update?