What is normalization and types of normalization?
Answer Posted / aa
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 ? | 204 Yes | 40 No |
Post New Answer View All Answers
what happens if you no create privilege in a database? : Sql dba
what happens if null values are involved in expressions? : Sql dba
What is sql and explain its components?
What is a temporal table?
Is it possible to create the following trigger: before or after update trigger for each row?
What is clustered index sql?
What are the disadvantages of not performing database normalization?
What packages(if any) has oracle provided for use by developers?
What is partition by in sql?
what are date and time data types in mysql? : Sql dba
What is union and union all keyword in sql and what are their differences?
Does sql support programming?
what is collation? : Sql dba
Is left join inner or outer by default?
Is not null in sql?