what is normalization?
what is denormalization?
Answer Posted / chethan sy
Normalization is a process of removing redundancy from the
tables.
De-normalization is introducing redundancy.
| Is This Answer Correct ? | 41 Yes | 6 No |
Post New Answer View All Answers
Explain rdbms?
What is primary key, unique key, and foreign key?
What do we have to check in database testing?
What is difference between delete and truncate commands?
How to receive output values from stored procedures?
What is an index. What are the types?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
What is database replication? What are the different types of replication you can set up in sql server?
Is sql server free?
How to assign null values to variables or columns?
What is the difference between inner join and equi join?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What does the on delete cascade option do?
List some case manipulation functions in sql?
Tell about MOM Tool(Microsoft Operator Manager)?