Database MCQS - QUESTION DETAILS

What is the purpose of the SQL Server SYSTEM_USER function?
A. Find the length of a string
B. Find the current user
C. Calculate the average value
D. Concatenate multiple rows

'SYSTEM_USER' is used to find the current user in SQL Server.

Similar Questions

In Oracle, what is the purpose of the XMLType data type?






What is the purpose of the Oracle TRUNCATE TABLE statement?






Which statement is used to delete records from a table in SQL Server?






In Oracle, what is the purpose of the GROUP BY clause?






What is the purpose of the SQL LIKE operator?






In Oracle, what is the purpose of the HAVING clause?






Which Oracle statement is used to grant all privileges to a user?






In MySQL, what is the purpose of the IFNULL() function?






What is the purpose of the SQL Server SELECT TOP clause?






Which SQL Server function is used to find the length of a string?