What is Normalization ?
Answer Posted / vikas mohan
It is a technique for designing a database system and is a
process in which data in a single table is being replaced
into number of tables with the same data along with some key
relationships being set up among the tables.
and also reducing duplication in the database,with
the ultimate goal of eliminating duplicate data entirely.
all the best
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use "while" statements in oracle?
Explain the features of oracle?
What privilege is needed for a user to create views in oracle?
What is the usage of control file in oracle?
How to view the tablespaces in the current database?
What is the dynamic sql in oracle?
What are the original export and import utilities?
How to insert a new row into a table in oracle?
Explain the use of grant option in imp command.
How to loop through data rows in the implicit cursor?
How to use "if" statements on multiple conditions?
Is there an oracle sql query that aggregates multiple rows into one row?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
Is oracle an operator?
How to define a sub function?