Database MCQS - QUESTION DETAILS

Which MySQL statement is used to grant all privileges to a user?
A. GRANT ALL PRIVILEGES
B. GRANT FULL ACCESS
C. GRANT SUPERUSER
D. GRANT ALL RIGHTS

'GRANT ALL PRIVILEGES' is used to grant all privileges to a user in MySQL.

Similar Questions

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






What is the maximum length of the VARCHAR data type in MySQL?






Which command is used to select all columns from a table named "employees"?






In MySQL, what is the purpose of the BLOB data type?






Which MySQL data type is used to store a fixed-length string?






What is the default sorting order of the ORDER BY clause in SQL?






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






In MySQL, which storage engine supports transactions and ACID properties?






What is the purpose of the SQL WHERE clause?






What does SQL stand for?