Stored procedure purpose?

Answers were Sorted based on User's Feedback



Stored procedure purpose?..

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

Stored procedure purpose?..

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

Post New Answer

More JDBC Interview Questions

What are temp tables ?

0 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

0 Answers  


what does batchUpdate does?

6 Answers   HCL,


What are the factors that the jdbc driver performance depends upon?

0 Answers  


what are the drawbacks of JDBC? explain briefly?

5 Answers  






What is the equivalent method for precompiled SQL Statement in JDBC?

1 Answers  


What are the advantages of using preparedstatement in java?

0 Answers  


Is jdbc part of j2ee?

0 Answers  


What is meant by connection string?

0 Answers  


How are jdbc statements used?

0 Answers  


Does jdbctemplate close connection?

0 Answers  


Explain the different ways to register a driver?

2 Answers  


Categories