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
What is not equal to in oracle?
When system tablespace is created?
What do database buffers contain?
What is the parameter mode that can be passed to a procedure?
Can sub procedure/function be called recursively?
Write a syntax for update query in oracle?
WHAT IS ecc 6.0
Explain the truncate in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How do we display rows from the table without duplicates?
What is the dynamic sql in oracle?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Write a trigger example in oracle?
What is bulk collect in oracle?