adspace
Answer Posted / Alok Yadav
The First Normal Form (1NF) is a database normalization rule that ensures each column in a table contains atomic or indivisible values, and that each table has a primary key. In 1NF, there should be no repeating groups, no arrays within columns, and all columns should contain unique values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between for xml raw and for xml auto?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is sql or structured query language?
Why use identity in sql server?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
Is it possible to have clustered index on separate drive from original table location?
Why we use the openxml clause?
How do I create a trace in sql server?
What is a scheduled job or what is a scheduled task?
Can sql servers link to other servers like oracle?
What are the different SQL Server Versions you have worked on?
What is a coalesce function?
How to provide default values to function parameters?