Give the syntax of REVOKE commands?



Give the syntax of REVOKE commands?..

Answer / rajan vardawaj

The generic syntax for revoke is as following REVOKE
[rights] on [database] FROM [username@hostname] Now rights
can be: a) ALL privilages b) Combination of CREATE, DROP,
SELECT, INSERT, UPDATE and DELETE etc. We can grant rights
on all databse by usingh *.* or some specific database by
database.* or a specific table by database.table_name.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are mysql functions?

0 Answers  


What is delimiter in mysql trigger?

0 Answers  


How do I select a table in mysql?

0 Answers  


How can you make a database as your current database?

0 Answers  


How to get a list of indexes of an existing table?

0 Answers  






Why do we write stored procedures?

0 Answers  


What is InnoDB?

0 Answers  


How to save images in MySQL?

2 Answers  


How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?

4 Answers  


How to create trigger in mysql phpmyadmin?

0 Answers  


How many rows can be inserted in mysql at a time?

0 Answers  


Where is mysql installed on linux?

0 Answers  


Categories