what is normalization?
what is denormalization?
Answer Posted / sarika desai
Normalization is a concept of Eliminating data redundancy,
Improve database performance & Index Improvement.
De-normalization is the process of attempting to optimize
the performance of a database by adding redundant data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do you know what are acid properties of transaction?
Where are sql server usernames and passwords stored in the sql server?
Explain about temporary stored procedure?
What is the definition for sql server 2000?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
How many partitions a clustered index has by default in sql server 2012?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
What do you mean by SQL injection attack?
What are the advantages of using cte?
What is transactional replication?
Disadvantages of the indexes?
Where can you add custom error messages to sql server?
Differentiate between SQL and ORACLE joins and write their syntax.
What is the cartesian product of the table?