Example: confidence

Views, Stored Procedures, Functions, and Triggers

Stored Procedures in MySQL A stored procedure contains a sequence of SQL commands stored in the database catalog so that it can be invoked later by a program Stored procedures are declared using the following syntax: Create Procedure <proc-name> (param_spec 1, param_spec 2, …, param_spec n) begin-- execution code end;

Tags:

  Procedures, Sorted, Stored procedures

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Views, Stored Procedures, Functions, and Triggers

Related search queries