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 JDBC Driver interface?
What are types of resultset?
How do you determine the sensitivity of the ResultSet object?
What are the differences between stored procedure and functions?
Is jdbc faster than odbc?
What is @entity in java?
What is url in jdbc connection?
What is difference between odbc and jdbc?
What are the different types of statements? How we can you use preparedstatement.
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What are the differences between resultset and rowset?
Explain about the drive manager class working?
What is serialization and deserialization in java programming?
Explain the difference between rowset vs. Resultset in jdbc?
What is jdbc odbc bridge?