what is CallableStatement and what is its usage?
Answer / checkout
Callable statement is the one of the SQL statement.
Callable statement usage, to execute stored procedures
using preparecall() method.
| Is This Answer Correct ? | 10 Yes | 1 No |
What is the JDBC?
What is correlated subquery?
0 Answers emc2, JK Technosoft,
How many packages are available in jdbc api?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
Explain the importance of drivermanager.
Explain the difference between rowset vs. Resultset in jdbc?
What are the common tasks of JDBC?
why are using type4 driver in realtime projects?
What is com mysql jdbc driver?
What is the major difference between java.util.date and java.sql.date data type?
How can you make a connection?
What are the Normalization Rules?