What is Normalization ?
Answer Posted / chirala venkata suresh
It is set of rules that have been established to aid in the
design of tables that are meant to
be connected through relationships. This set of rules is
known as Normalization.
1.Avoiding repetitive entries
2.Reducing required storage space
3.Preventing the need to restructure existing tables to
accommodate new data.
4.Increased speed and flexibility of queries, sorts, and
summaries.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to empty your oracle recycle bin?
What are triggers in oracle?
List out the difference between commit, rollback, and savepoint?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
How to list all indexes in your schema?
How to drop an existing view in oracle?
How to run create database statement again?
How to use group functions in the select clause using oracle?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
What is the difference between primary key and unique key and foreign key in oracle?
How a tablespace is related to data files?
what is port in oracle? how is it related to database application.
How to execute the package in oracle?
What is an anonymous block?
What is the maximum number of triggers that can be applied to a single table?