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
How to define an explicit cursor in oracle?
How many types of table in Oracle?
What is a named program unit?
What is raw datatype in oracle?
How to start an oracle instance?
Explain mutating triggers.
Explain a synonym?
What to do if dba lost the system password?
Explain oracle data types with examples?
What are the oracle differences between nvl and coalesce
What is a subquery in oracle?
candidate key is subset of super key but not vice-verse explain
What is the difference between view and materialized view in Oracle?
How to call a sub procedure?
How to create a table index in oracle?