What is database normalization?
Answer Posted / padmapriya
Noramalization is process of breaking the information into
well defined tables which should follow some rules. There
are 5 Normal forms available. Each one having a separate
rule.
1NF-Avoid redundant data
2NF-All coulms except primary key column should be related
to the primary key column
3NF,4NF and 5NF - I'dont remember , if any one knows please
reply
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain about Joins?
How to view the error log for any specific instance? : sql server database administration
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
Explain the microsoft sql server delete command?
What is difference between delete & truncate commands?
what stored procedure can you use to display the current processes? : Sql server administration
Can we create clustered index on composite key?
What does it mean to invest in the index?
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
What is the data type of time?
What happens if the update subquery returns no rows in ms sql server?
How you can change a cross join into an inner join?
What is used to replicate sessions between instances in coldfusion clusters?
What are trace flags and mention a few common trace flags used with sql server?
What are the new features of sql server 2008 r2 reporting service?