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 does jdbc stand for?

0 Answers  


What does executeupdate return in java?

0 Answers  


What is statement and resultset in jdbc?

0 Answers  


What is the query used to display all tables names in SQL Server (Query analyzer)?

0 Answers  


Without using of Class.forName(? ?), how do you connect to db?

3 Answers   IBM,






How do I stop nullpointerexception?

0 Answers  


What does executeupdate return in jdbc?

0 Answers  


What is 2-tier and 3-tier architecture?

1 Answers   TCS,


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

0 Answers  


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


What is a Connection?

1 Answers  


How do you determine the sensitivity of the ResultSet object?

0 Answers  


Categories