Which of the following statements is NOT true about SQL functions?
Group of answer choices
All SQL functions must return a scalar value (i.e., a single value either of type char, numeric or string).
SQL functions can either apply to individual rows or a grouping/aggregate of rows.
Using SQL functions can improve the performance of SQL queries.
SQL systems support both built-in as well as user-defined SQL functions.