Stored procedure purpose?
Answers were Sorted based on User's Feedback
Answer / samsudeen
Hi Desika, pls undesrstand the question, he/she asking the
purpose of SP.
1) Stored Procudure is a collection of sql statements
2) Faster then Sql Qury
3) Preformance Tuning
4) resuable.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / desika
A Stored Procedure is used to separate business logic from
Presentation logic,advantage of implementing a business
logic as storedprocedures improves the performance and we
can use same code for the applications written in other
languages.
| Is This Answer Correct ? | 3 Yes | 2 No |
What are the types of jdbc drivers that exist?
r u used any design patterns in your project?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
How many locking systems are there in jdbc?
signature of init method?
What are the considerations for deciding on transaction boundaries?
What are the higher level apis under development on top of jdbc currently?
why are using type4 driver in realtime projects?
How does jdbc work?
What is a merge field?
Where is jdbc url mysql?
What do you understand by jdbc statements?