MySQL stored procedures

Source: Internet
Author: User

Stored procedures:
is to put their common query, modify the database command encapsulated, saved in the database, made interface through the function of a call process

stored procedures are useful when you want to perform the same functions on different applications or platforms, or encapsulate specific functionality.
It allows control over how data is accessed.

(1). stored procedures enhance the SQL the function and flexibility of the language. Stored procedures can be written with flow control statements, with a strong flexibility to complete complex judgments and more complex operations.

(2). The stored procedure allows standard components to be programmed. After the stored procedure is created, it can be called multiple times in the program without having to rewrite the stored procedure's statement

(3). The stored procedure can achieve a faster execution speed
(5). stored procedures can be used as a security mechanism to make full use of them.
















































From for notes (Wiz)

MySQL stored procedures

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.