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
Why do we need jdbc?
What is jdbc driver in java?
What is jdbc driver manager?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
How can I connect mysql or oracle with java?
Which Java and java.sql data types map to my specific database types?
What are the differences between statement and preparedstatement interface?
What is jdbc drivers in java?
What are the considerations for deciding on transaction boundaries?
What does executeupdate return in java?
Is jdbc open source?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What are the different types of JDBC drivers?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Explain what should be done when a SQL exception is raised?