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
What is JDBC Batch Processing and what are it’s benefits?
What protocol does jdbc use?
What does the connection object represents?
What is odbc. how is it related to sql cli?
What are the different types of statements in jdbc?
What are restrictions on triggers?
How to connect html page to database using jdbc?
Where is mysql jdbc driver located?
What is jdbc and why is it required?
What are the different types of lockings in jdbc?
What driver should I use for scalable Oracle JDBC applications?
Explain the steps in writing a java program using jdbc?
What do you understand by jdbc datasource?
What is a jdbctemplate?
What is connection commit?