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 are the oracle built-in data types?
What are the differences between date and timestamp in oracle?
Can select statements be used on views in oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Is a rollback possible to any savepoint?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.
How to define a data field as not null?
What is varray?
Why is oracle used?
Why packages are used in oracle?
How to drop an index?
What is the difference between sharding and partitioning?
How to bring a tablespace offline?
How can you merge two tables in oracle?