Answer Posted / pavan
Normalization is the process of decomposing a larger table
into smaller tables inorderto free from the enamalies
reguarding insertion, deletion and alter.
Normal forms are: 1NF(Normal Form), 2NF, 3NF, BCNF, 4NF and
5NF.
The rules: No data loss.
Dependency preserving.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I know which jdbc driver to use?
What are the common jdbc exceptions?
How many packages are available in jdbc api?
Give steps to connect to the db using jdbc?
What are the differences between resultset and rowset?
In which ways is driver class is registered with drive manager?
Does sql allow null values ?
What is the difference between ojdbc6 and ojdbc7?
Write a program JDBCcode forfetching student database with SQL.
Prepared statements are faster. Why?
Which type of driver provides jdbc access via one or more odbc drivers?
What is ojdbc?
Is jdbc a framework?
How we can you use preparedstatement.
What are the classes and methods used for sending sql statements to database?