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
Is INSTEAD OF trigger directly applicable to Table ?
What do you do in data exploration
How to create a stored procedure with a statement block in ms sql server?
What is 2nf in normalization?
List down some advantages of sql stored procedure?
What is the difference between char and varchar2 datatype in sql?
How do I find the query plan in sql server?
What does it mean to normalize data?
What are the types of normalization?
Can group by and orderby be used together?
What are different types of statement?
What are the export options of ssrs?
what are user defined datatypes? : Sql server database administration
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?