What is DCL in MySQL?



What is DCL in MySQL?..

Answer / hrindows@gmail.com

DCL is a short form for Data Control Language including commands which are concerned with User rights, permissions and other controls within the database system.

A list of queries for DCL:
 GRANT
 REVOKE

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is “i_am_a_dump” flag in mysql?

0 Answers  


What is required to create mysql database?

0 Answers  


What is the difference between sql and mysql and oracle?

0 Answers  


Is mysql easy to learn?

0 Answers  


Where the database is stored in mysql?

0 Answers  






Why do we use preparedstatement?

0 Answers  


What is mvcc in mysql?

0 Answers  


What is the difference between database and table?

0 Answers  


How do I find users in mysql?

0 Answers  


How you will show all data from a table.

0 Answers  


How important is to list the column names when doing an insert?

0 Answers  


How do I quit mysql?

0 Answers  


Categories