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 mysql common?

0 Answers  


How to get help information from the server?

0 Answers  


Why we use mysqli instead of mysql?

0 Answers  


How to see the database architecture in MySQL??

3 Answers  


What is a heap table?

0 Answers  


How we can get distinct columns values in mysql?

0 Answers  


Why myisam is faster than innodb?

0 Answers  


What is mysql default database?

0 Answers  


What is meant by mysqli?

0 Answers  


What is prepare statement in mysql?

0 Answers  


What is current version of mysql?

0 Answers  


How can I see mysql database?

0 Answers  


Categories