Lesson 1
Creating a function
In this module, you get to create user-defined functions.
These functions are stored inside the database and called within SQL queries
or other SQL scripts.
By the end of this module you will be able to:
By the end of this module you will be able to:
- List the uses of a function and identify correct syntax
- Create and execute a function that returns a number, text, or date value
- List uses of a function that returns a Boolean value