Home / Programming MCQs / MySQL MCQs / Question
V
Q. Which of the following statement(s) is/are TRUE about DCL?
About DCL Commands – The DCL commands in SQL allow us to control which users have access to the data stored in SQL tables. There will be certain privileges that each user has; consequently, the data can be accessed by them. The DCL commands in SQL allow us to grant privileges to a user on the SQL database and its table(s), or revoke privileges that have already been granted.
You must be Logged in to update hint/solution
What does the DROP INDEX Statement do?
Which clause is used to determine which column to include in the query sets?
Which of the following can be used interchangeably with MYSQL_VERSION_ID?
Which clause is used to sort the result by one or more columns?
The term ___________ is used to refer a column.
What does the UPDATE Statement do?
Discusssion
Login to discuss.