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

List data types in mysql? Explain

0 Answers  


What is clob in mysql

0 Answers  


What is int unsigned?

0 Answers  


Is mysql deprecated?

0 Answers  


ru compare the 2 null values?

2 Answers   ACC,






How do you connect MySQL database with PHP?

0 Answers  


can you tell how can you display the maximum salary in sql? : Mysql dba

0 Answers  


What is index length in mysql?

0 Answers  


How to create trigger in mysql phpmyadmin?

0 Answers  


How many rows can a mysql table hold?

0 Answers  


What is the password of mysql?

0 Answers  


Are stored procedures precompiled?

0 Answers  


Categories