Answer Posted / hinaresh2003
The normalization is a step by step process of removing
redundancies and dependencies of attributes in data
structure
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Is odbc an api?
What are different types of JDBC Drivers?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What is dburl?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
Give an example of code used for setting up connection with a driver.
Which interface is responsible for transaction management in jdbc?
What is CLOB and BLOB datatypes in JDBC?
What is database deadlock ? How can we avoid them?
What are the steps to connect to the database in java?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Is it possible to connect to multiple databases simultaneously?
How do I disallow NULL values in a table?
How to rollback a JDBC transaction?