We have covered parameters, functions and procedures. Do not forget that, if you are taking the certification exam, you must know about procedures.
Download the class notes for day 6.
Note that functions and procedures change from vendor to vendor. In this course, we are looking at Microsoft’s T-SQL for SQL Server.
If anyone if interested in functions and procedures in Oracle, refer to the following URLs.
- https://docs.oracle.com/cd/B25329_01/doc/appdev.102/b25108/xedev_programs.htm
- http://www.techonthenet.com/oracle/procedures.php
- http://www.techonthenet.com/oracle/functions.php
For MySQL and MariaDB, refer to the following URLs.