Database MCQS - QUESTION DETAILS

What is the purpose of the SQL Server AVG() function?
A. Find the average value
B. Find the total number of rows
C. Find the highest value
D. Find the lowest value

AVG() is used to find the average value of a numeric column in SQL Server.

Similar Questions

Which SQL command is used to update data in a table?






What is the purpose of the Oracle DBMS_SCHEDULER package?






In SQL Server, what is the purpose of the CROSS JOIN clause?






What is the purpose of the SQL Server AVG() function?






Which statement is used to remove all records from a table in MySQL?






Which Oracle statement is used to grant execute permissions on a stored procedure?






In SQL Server, what is the purpose of the HAVING clause?






Which SQL Server statement is used to grant all privileges to a user?






In SQL Server, what does the term "ACID" stand for in the context of transactions?






In Oracle, what is the purpose of the BITAND() function?