Answer Posted / sakthi
Normalization:
Process of decomposing a longer table into
smaller one, by using normalizaton we can fetch the data
faster. there are different types of normalization below
listed are few important one.
1) 1st normal form
2) 2nd normal form
3) 3rd normal form
4) 4th normal form
5) 5th normal form
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to select all columns of all rows from a table with a select statement in ms sql server?
How to modify an existing stored procedure in ms sql server?
What is faster join or union?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What are joins in sql and what are the different types of joins?
What is normalization? Explain its different types?
Should you normalize audio?
What is sql injection and why is it a problem? : sql server security
How is foreign key related to primary key?
How optimize sql query with multiple joins in sql server?
Can foreign key be deleted?
In which format does an image save in SQL Server database ?
What do you mean by acid?
what is raid? : Sql server database administration
what is hash nonclustered index