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
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Can we store pictures in the database and if so, how it can be done?
How to write an inner join with the where clause in oracle?
What is a server parameter file in oracle?
Can we save images in a database and if yes, how?
What are the different oracle database objects?
How to manage transaction isolation level?
What are joins, explain all types of joins?
Which environment variables are absolutely critical in order to run the OUI?
What suggestions do you have to reduce the network traffic?
What is the data type of dual table?
What are set operators?
What is the maximum limit on the number of columns in a table?
When do you get a .pll extension in oracle? Explain its importance
What are the differences between primary key and unique key?