What is a function?
A function is a defined routine that returns a value.
What is the syntax for a function?
function (argument1, argument2, …);
What is a CALL routine?
CALL routine
- performs computation or system manipulation
BUT
- it does NOT return a value;
- it ALTERS column values
Which function works for random values
RAND (‘distribution’, parameter1, parameter k)
What function is used to be used to identity the top three (quiz scores)/
LARGEST (k, value-1 <, value-2…>)