What is onf in normalization form?



What is onf in normalization form?..

Answer / Manik Dubey

ONF (First Normal Form) is the first level of database normalization. It ensures that every table contains unique rows, and each column describes a single attribute without allowing multiple values in one column.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are views in ms sql server?

1 Answers  


Explain isolation levels that sql server supports?

1 Answers  


How do we know if any query is retrieving a large amount of data or very little data?

1 Answers  


What are different types of Keys? Please explain all the keys with a suitable example.

4 Answers  


How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?

1 Answers  


how insert selected column only ?

3 Answers   Robert Half,


what is statistics

1 Answers  


What all db objects can be found in MSDB database of a SQL Server instance?

2 Answers   Accenture,


What are Sql Reporting Services and analysis services? Can u Explain

1 Answers  


What is an identity?

1 Answers  


what is the Surrogate key?and wt is the diff between Primary key and Surrogate Key?

2 Answers  


What does the automatic recovery do?

1 Answers  


Categories