What is Normalization ?
Answer Posted / abhinaw kaushik
Normalization is the process of braking down one table into
more than one tables so that data redudancy can be removed.
There are some rules to perform Normalization are called
Normal Forms.
| Is This Answer Correct ? | 51 Yes | 11 No |
Post New Answer View All Answers
What happens if you lost a data file?
How to create a table in a specific tablespace?
Explain the importance of .pll extension in oracle?
How to write date and time interval literals in oracle?
How to use subqueries with the exists operator in oracle?
How to concatenate two text values in oracle?
What to do if the binary spfile is wrong for the default instance?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
How to install oracle odbc drivers?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What types of joins are used in writing subqueries?
how to join query for one source type is oracle another source type is sql server ?
Why do we need integrity constraints in a database?
How to count duplicated values in a column in oracle?
What are the ways tablespaces can be managed and how do they differ?