Database MCQS - QUESTION DETAILS

Which SQL function is used to find the current user in MySQL?
A. GETUSER()
B. CURRENT_USER()
C. USER()
D. GET_CURRENT_USER()

'CURRENT_USER()' is used to find the current user in MySQL.

Similar Questions

Which MySQL statement is used to update values in a table based on a condition?






What does the SQL INNER JOIN clause do?






Which MySQL data type is used to store large text values?






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






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






Which SQL Server statement is used to remove all records from a table and reset identity seed?






In MySQL, what is the purpose of the CASCADE keyword in a FOREIGN KEY constraint?






Which SQL Server statement is used to change the value of an existing record in a table?






In MySQL, what is the purpose of the COUNT() function with DISTINCT?






Which of the following MySQL functions is used to find the current date and time?