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 is the hostname for mysql database?

0 Answers  


What is field in mysql?

0 Answers  


What is database engine in mysql?

0 Answers  


How do I remove a user from mysql?

0 Answers  


How to update database permissions/privilages.

0 Answers  






Is mysql a dbms?

0 Answers  


What are the differences between innodb and myisam engines?

0 Answers  


Is oracle better than mysql?

0 Answers  


What is delimiter $$?

0 Answers  


What is mysql data directory? How to determine the location of the data directory?

0 Answers  


Does mysql support nosql?

0 Answers  


What does mysqli_fetch_assoc do?

0 Answers  


Categories