what is normalization?
what is denormalization?
Answer Posted / koti
In relational database design, the process of organizing
data to minimize redundancy. Normalization usually involves
dividing a database into two or more tables and defining
relationships between the tables. The objective is to
isolate data so that additions, deletions, and modifications
of a field can be made in just one table and then propagated
through the rest of the database via the defined relationships.
De-normalization is introducing redundancy.
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is the use of builtinadministrators group in sql server? : sql server security
Please explain what is “asynchronous” communication in sql server service broker?
How do I install sql server?
What is the difference between a function and a stored procedure?
what kind of lan types do you know? : Sql server database administration
What does dml stand for?
Why do we use stored procedures in sql server?
What is difference statement and preparedstatement?
What are different types of raid configurations? : SQL Server Architecture
Can I run multiple instances of sql server 2000 at the same time on one computer?
What is correlated subquery in sql server?
Explain the microsoft sql server delete command? : SQL Server Architecture
What is meant by indexing?
Tell me the phases a transaction has to undergo?
What is TDS(Tabular Data Stream) Gateway?