What is Normalization ?
Answer Posted / ravi kumar
Normalization is the relational database design technique
in which most ambiguity is removed.
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 though the defined relationships.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
Does facebook use oracle?
What is the difference between translate and replace in oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?
How to connect to the server with user account: sys?
What are the attributes of the cursor?
Explain an index segment?
What is oracle host variable?
Which environment variables are absolutely critical in order to run the OUI?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
How can I see all tables in oracle?
How do we get field detail of a table?
What is the max number of columns in an oracle table?
What are the parameters that we can pass through a stored procedure?