Give the syntax of Grant and Revoke commands?



Give the syntax of Grant and Revoke commands?..

Answer / monika

grant all on table_name to user_name;

Revoke all on table_name from user_name;

Is This Answer Correct ?    16 Yes 2 No

Post New Answer

More MySQL Interview Questions

What is information_schema in mysql?

0 Answers  


How do I restart mysql on windows?

0 Answers  


In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?

0 Answers  


How do I edit a table in mysql workbench?

0 Answers  


What is a storage engine? What are the differences between innodb and myisam engines?

0 Answers  






Can mongodb replace mysql?

0 Answers  


What is use of mysql?

0 Answers  


What is indexing in mysql?

0 Answers  


How do I assign a variable in mysql?

0 Answers  


How do I edit a stored procedure in mysql?

0 Answers  


What is the use of concat() in mysql?

0 Answers  


How to insert html code into mysql database using php?

0 Answers  


Categories