What is Normalization ?
Answer Posted / prinsha
it is a method for organizing data element in a database into table.it avoid duplication of data,insert anomaly,delete anomaly,update anomaly . 3 stage process first normal form,second normal form,third normal form
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Delete, Truncate and Drop in Oracle?
What is bind variable in oracle 11g?
How to name query output columns in oracle?
How to build data dictionary view an new database?
How to write an inner join with the where clause in oracle?
What is not equal to in oracle?
What is meant by a deadlock situation?
What is the difference between a primary key & a unique key?
what are actual and formal parameters?
How to create additional tablespaces for an new database?
What is the string concatenation operator in oracle?
Calculate difference between 2 date / times in oracle sql?
Explain oracle 12c new features for developers?
what are bitmap indexes? How does they work?
Please explain oracle left join with an example?