Answer Posted / 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 |
Post New Answer View All Answers
Explain how data flows from view to db and reverse
What is jdbc type?
What is DML?
What is jdbc stand for?
What is com mysql jdbc driver?
What is the meaning of connection?
How to update a resultset programmatically?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
Can I get a null resultset?
What do you mean by odbc?
How a database driver can be loaded with jdbc 4.0 / java 6?
How to check jdbc driver version in sql server?
How many jdbc driver types are there?
RowSetInternal caller and returns void. What can I do in the readData method?
What is jdbc in java?