Explain why an organization might want to consider restricti
Explain why an organization might want to consider restricting access to the following SQL functions: COUNT, MIN, MAX, AVG, SUM.
Solution
An organization might want to consider restricting access to the following SQL functions :
COUNT, MIN, MAX, AVG, SUM. Because These SQL functions return a single value, calculated from values in a
column.
