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 to view all columns in an existing table?
How to turn on or off recycle bin for the session?
What are the varoius components of physical database structure of oracle database?
What is oracle rowcount?
What are the set operators union, union all, minus & intersect meant to do?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
What are data pump export and import modes?
How to open and close an explicit cursor in oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What is the best way to do multi-row insert in oracle?
What is columnar storage what is the advantage?
Why cursor variables are easier to use than cursors?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
Explain a synonym?
Will you be able to store pictures in the database?