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
How do we accept inputs from user during runtime?
What is pls_integer in pl sql?
What is a sql driver?
What are the 3 modes of parameter?
How to revise and re-run the last sql command?
define join and explain different type of joins? : Sql dba
What are the triggers associated with image items?
What is view? Can we update view
Can we create clustered index without primary key?
What are pl sql data types?
What is left join in postgresql?
Define implicit and explicit cursors.
What are sql ddl commands?
what is online transaction processing (oltp)? : Sql dba
What is cascade in sql?