Answer Posted / subbu
A Stored procedure is a collection of sql statements that
are stored under a name & executed.when you create a stored
procedure all the steps like parsing,checking,compiling etc
are carried out.They can be called from java by using
prepareCall().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between stored procedure and functions?
What are four types of JDBC driver?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How we store procedure in oralce for callable statements in jdbc
What are clob and blob data types in jdbc?
How to check jdbc connection in linux?
What does connection pooling mean ?
How do you insert images into database using jdbc?
How the JDBC application works?
What is the return type of execute, executequery and executeupdate?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What are drivers available?
How can we execute stored procedures?
Prepared statements are faster. Why?
Explain about the Try Block?