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 are restrictions on triggers?
How do I check in my code whether a maximum limit of database connections have been reached?
What is a jdbc connection string?
What are the 4 types of jdbc drivers?
What are the measures to connect to the db using jdbc?
How many jdbc driver types are there?
What is namedparameterjdbctemplate?
Why “no suitable driver” error occurs?
How vendor Naming registry supports JNDI?
What does it mean to "materialize" data?
What is jdbc type?
What are the main steps in java to make JDBC connectivity?
What is a jdbc connection?
What is dburl?
Explain the locking system in jdbc & its types?