Database MCQS - QUESTION DETAILS

Which SQL Server statement is used to remove a user's privileges?
A. REMOVE PRIVILEGES
B. DELETE PRIVILEGES
C. DROP PRIVILEGES
D. REVOKE

'REVOKE' is used to remove a user's privileges in SQL Server.

Similar Questions

In MySQL, what is the purpose of the AUTO_INCREMENT attribute?






Which SQL Server function is used to concatenate two or more strings?






Which SQL Server statement is used to remove a table from a database?






In SQL Server, what is the purpose of the LIKE operator?






What is the purpose of the SQL UNION operator?






What is the purpose of the SQL Server INNER JOIN clause?






In SQL Server, what is the purpose of the IDENTITY property?






What is the purpose of the SQL AS keyword?






In MySQL, what is the purpose of the SHOW TABLES statement?






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