How do I disallow NULL values in a table?
No Answer is Posted For this Question
Be the First to Post Answer
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Can we have foreign key reference to a non primary key column ?
What is addbatch jdbc?
What type of driver called is pure Java driver?
How do I load a database driver with JDBC 4.0 / Java 6?
Is jdbc a web technology?
What are different types of transactions?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is odbc and jdbc drivers?
How can I get or redirect the log used by DriverManager and JDBC drivers?
How can we maintain the integrity of a database by using jdbc?