why you need store procedure ? where do we use it in a Java
project? can you get the code for as store procedure using in
Java?
Answer Posted / guest
Stored procedure nothing but the set of SQLs which is
executed an controlled by database itself.Its useful when
you want to use the data from tables to be access
frequently.yes, we can get the same SQLs in java code as
well. Infact using Callable , stored procedures can be called.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is merge statement used for?
What is a package ? What are the advantages of package ?
What is the scope of a local variable?
What is index in Oracle?
How to synchronize 2 schema's objects?
Differentiate between function and procedure in oracle.
What is the data type of dual table?
How to establish administrator authentication to the server?
Explain database link?
WHAT IS ecc 6.0
How to write an inner join with the where clause in oracle?
What is Library Cache in Oracle?
How can you use check constraints for self referential integrity?
What is an oracle cursor variable?
What is hash cluster in oracle?