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
What is MTTR advisor in Oracle?
How to define an anonymous procedure without variables?
How to select some columns from a table in oracle?
What is an oracle wallet?
What is the relation of a user account and a schema in oracle?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
What is the Tune Query
How to convert characters to times in oracle?
How many types of table in Oracle?
What are the set operators union, union all, minus & intersect meant to do?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
How to list all tables in your schema?
what is the dual table in oracle?
Explain the difference between sql and oracle?
How to create lov dynamically at runtime & attach to text field?