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
What are the conditions applies to varchar variable, when using in procedures?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Under what circumstances, that all four drivers are used?
Why do I have to reaccess the database for Array, Blob, and Clob data?
How does jdbc driver work?
Why do we need jdbc driver?
Why we use jdbc instead of odbc?
What is JDBC Connection isolation levels?
Result set’s index starts with 0 or 1?
Explain the necessary steps to connect to the database in java?
What is difference between statement and preparedstatement in jdbc?
Can resultset be null in java?
What is CLOB and BLOB datatypes in JDBC?
What is executequery in java?
What is jdbc architecture in java?