Answer Posted / anjana
Normalization is the process of efficiently organizing data
in a database. There are two goals of the normalization
process: eliminating redundant data (for example, storing
the same data in more than one table) and ensuring data
dependencies make sense (only storing related data in a
table). Both of these are worthy goals as they reduce the
amount of space a database consumes and ensure that data is
logically stored.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are trace flags?
What are the types of lock supported by ?
Explain what role entity and relationship play in an ER diagram.
What is sql sandbox in sql server?
What is a file group?
Differentiate between sql temp table vs table variable?
How can we determine what objects a user-defined function depends upon?
How you provide security to cube? : sql server analysis services, ssas
can any body tell me how to know the password of current user in sql server
What are information schema views?
How will you go about resolving deadlocks?
What are the differences between DDL, DML and DCL in SQL?
What is spid in sql server profiler?
What is linked report?
Explain primary key?