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
How can we delete duplicate rows in a table?
How to define a procedure inside another procedure?
What are the extensions used by oracle reports?
How to use an explicit cursor without open statements?
How to drop a stored procedure in oracle?
ABOUT IDENTITY?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What are named parameters?
What types of joins are used in writing subqueries?
Does oracle database need java?
Is oracle an operator?
How to start an oracle instance?
How remove data files before opening a database?
How to use group functions in the select clause using oracle?
Can I create users through internet explorer in oracle 10g?