What is 4nf in normalization form?



What is 4nf in normalization form?..

Answer / Atanu Das

4NF (Fourth Normal Form) is the fourth level of database normalization. A table is in 4NF if it is in 3NF and there are no multi-valued dependencies or transitive dependencies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to get a list of columns in a view using "sys.columns" in ms sql server?

1 Answers  


Will the writetext statement activate a trigger?

1 Answers  


Explain about Joins?

1 Answers   Infosys,


Explain error handling in ssis?

1 Answers  


how would you improve etl (extract, transform, load) throughput?

1 Answers   LinkedIn,


What is the use of RDBMS?

1 Answers   Wipro,


Suppose in a situation if two list boxes are there and if you select multiple options based on that the options related to those selected items should display in second list box. Again if we select multiple items in second listbox then the related to those selected items should display . In this scenario how will you design database,tables?

1 Answers   HP,


how will u create "n" possible tables in sql...

1 Answers   Oracle,


Explain indexed views?

1 Answers  


How to add a new dsn with the odbc driver for sql server?

1 Answers  


what is an extended stored procedure? : Sql server database administration

1 Answers  


How to convert a unicode strings to non-unicode strings?

1 Answers  


Categories