what is normalization?
what is denormalization?
Answer Posted / srinivas
Normalization is the process of eliminating the duplicate , inconsistent data in the database..
As well denormalization is the process of introducing the redundancy to the data
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a database in ms sql server?
What is difference between delete and truncate commands?
What is the difference between drop table and truncate table?
How to delete database objects with "drop" statements in ms sql server?
What does <> symbol mean?
Describe in brief databases and sql server databases architecture.
Can you please explain the difference between primary keys and foreign keys?
How to assign new column names in a view?
How can we use ConnectorJ JDBC Driver with MS SQL?
What do you understand by the data quality services in sql server?
How to access the inserted record of an event?
How to create database with physical files specified in ms sql server?
What is the difference between char, varchar and nvarchar?
How will you optimize a stored procedure optimization?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?