Answer Posted / p.thirugnanam
Noramlization means decomposing the tables and define well
structure to reduce the data reduntancy.
Normalization classified three types.
First Normalization form : It eliminate multiple values
atttributes.
Second Normalization form : It eliminate the partial
dependency.
Third Normalization form : It elimiate the functional
dependency.
Partial dependency means non-key value depends on one
primary key value.
functional dependency means two non-key values.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is connection pooling and why it is used?
What are temp tables ?
What is JDBC Connection isolation levels?
What are the main steps in java to make JDBC connectivity?
How can I write to the log used by DriverManager and JDBC drivers?
What is jdbc odbc bridge in java?
What is resultsetmetadata?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Which jdbc driver type s is are the jdbc odbc bridge?
What is two-phase commit in the database?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is connection data?
What is use of connection pooling?
How can you make a connection?
What is jdbc in java?