Question
What are the purposes and advantages stored procedure?

Answers

Purposes and advantages of stored procedures:

Manage, control and validate data
It can also be used for access mechanisms
Large queries can be avoided
Reduces network traffic since they need not be recompiled
Even though the stored procedure itself may be a complex piece of code, we need not write it over and over again. Hence stored procedures increases reusability of code
Permissions can be granted for stored procedures. Hence, increases security.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What are Decorators in Python?
  • Q What are the factors to be considered while selecting the site for starting a new drug store ?
  • Q Who built the stupa at Sanchi in Madhya Pradesh?
  • Q What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
  • Q How can you import only a subset of rows form a table?
  • Q What is corpus callosum
  • Q How can we get a text of a web element
  • Q What country would you invest in? Why? Walk me through your analysis.
  • Q What are the different multidimensional analysis methods available in business objects?
  • Q How to disable scripting?
  • Q Imagine a rectangle.Its length=2*width.A square of 1 inch is cut on all corners so that the remaining portion forms a boxwhen folded.the volume of the box is_____ cubic inches.find the original dimensions of the box.