Give the syntax of REVOKE commands?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

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

465


What is a data directory?

512


Why use mysql procedures?

495


How to connect html form to mysql database using php?

483


How to extract a unit value from a date and time?

491






How do I know if mysql is installed on windows?

477


What are the disadvantages of stored procedures?

491


How to enter binary numbers in sql statements?

513


How to use rank function in mysql?

471


How do I install the latest mysql on ubuntu?

489


how to add a new column to an existing table?

561


What is the use of i-am-a-dummy flag in mysql?

557


Give string types available for column?

550


Transactions are used to treat sets of SQL statements atomically. State Whether True or False?

988


Is mongodb faster than mysql?

501