January 2020
Beginner
256 pages
5h 11m
English
In this lesson, you’ll learn what stored procedures are, why they are used, and how. You’ll also look at the basic syntax for creating and using them.
Most of the SQL statements that we’ve used thus far are simple in that they use a single statement against one or more tables. Not all operations are that simple. Often, multiple statements will be needed to perform a complete operation. For example, consider the following scenario:
To process an order, checks must be made to ensure that items are in stock.
If items are in stock, they need to be reserved so that they are ...
Read now
Unlock full access