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 / 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 |
hai, when to use char and varchar2....?
Give the advantages and disadvantages of clusters.
how to use sequence and what use of sequence cache
How to speed up webrick?
How many types of tables are there in oracle?
How to start instance with a minimal initialization parameter file?
Describe the types of sub query?
Explain the use of show option in imp command.
How to find the duplicate rows count from employees table in oracle?
How many types of tables supported by oracle?
What is the difference between a vector and an Array? (Java)
Explain the use of Merge statement in oracle 11g