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 are the utilities of the callablestatement?
What is JDBC Batch Processing and what are it’s benefits?
What is connection data?
How can you make a connection?
How do I receive a ResultSet from a stored procedure?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How can we store and retrieve images from the database?
What are the three basic components of the odbc architecture?
Compare jdbc and odbc and how is jdbc required in this context.
Explain the main method?
How can I write to the log used by DriverManager and JDBC drivers?
What is jdbc odbc?
What is a jdbc url?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is metadata in programming?