What is Normalization ?
Answer Posted / rajaram gupta
Database normalization is a technique for designing
relational database tables to minimize duplication of
information and, in so doing, to safeguard the database
against certain types of logical or structural problems,
namely data anomalies.
For example, when multiple instances of a given piece of
information occur in a table, the possibility exists that
these instances will not be kept consistent when the data
within the table is updated, leading to a loss of data
integrity. A table that is sufficiently normalized is less
vulnerable to problems of this kind, because its structure
reflects the basic assumptions for when multiple instances
of the same information should be represented by a single
instance only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you begin to troubleshoot an ORA-3113 error?
What are the components of logical database structure in oracle database?
Give syntax for SQL and ORACLE joins.
Explain the use of constraints option in exp command.
How do I uninstall oracle client from windows?
How to define an external table with a text file?
What is the use of oracle?
How to create an initialization parameter file?
What is blob data type in oracle?
What is the maximum number of triggers that can be applied to a single table?
What is truncate oracle?
How do I spool to a csv formatted file using sqlplus?
What are the oracle built-in data types?
How to resolve name conflicts between variables and columns?
How to increment dates by 1 in oracle?