Relational Database Question:

Download Job Interview Questions and Answers PDF

Explain 3NF?

Relational Database Interview Question
Relational Database Interview Question

Answer:

A relation schema R is in 3NF if it is in 2NF and for every FD X --> A either of the following is true

► X is a Super-key of R.
► A is a prime attribute of R.

In other words, if every non prime attribute is non-transitively dependent on primary key.

Download Relational Database Interview Questions And Answers PDF

Previous QuestionNext Question
Explain 2NF?Explain 4NF?