Lists all available SQL functions (scalar, aggregate, and window functions).
SHOW FUNCTIONS; SHOW FUNCTION; -- Also accepted
SHOW FUNCTIONS;
Output:
name type --------- --------- UPPER SCALAR COUNT AGGREGATE ROW_NUMBER WINDOW ...