What is Normalization ?
Answer Posted / gaurav agrawal
Database normalization is a data design and organization
process applied to data structures based on rules that help
building relational databases. In relational database
design, the process of organizing data to minimize
redundancy is called normalization. Normalization usually
involves dividing a database into two or more tables and
defining relationships between the tables. The objective is
to isolate data so that additions, deletions, and
modifications of a field can be made in just one table and
then propagated through the rest of the database via the
defined relationships.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of indexes option in exp command.
Does oracle partitioning improve performance?
How to create a stored procedure in oracle?
How to put more than 1000 values into an oracle in clause?
How to update a table row with a record?
How to create a new table in your schema?
How to write date and time literals in oracle?
Explain the use of rows option in exp command.
What are the limitations oracle database 10g xe?
How to drop a tablespace?
How to establish administrator authentication to the server?
What is catalog in Oracle?
Explain compound trigger in oracle?
What is a sub query? Describe its types?
how can we store any pdf file in oracle