There’s more to SQL than reading the data that’s stored in the table. You’ll often need to manipulate it or perform calculations on it. That’s where functions come in.
What is a Function?
The input, which is the data you provide to the function
The process, or what the function does
The output, which is the result of the function’s process