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 |
What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?
How to declare variable in mysql trigger?
What is the difference between mysql_connect() and mysql_pconnect()?
How to enable or disable a row of a table using MySQL in struts?
What is view? How can you create and drop view in mysql?
Explain the difference between primary key and candidate key in mysql?
how to delete duplicate rows in sql server 2005?
What is data directory in mysql?
What is the difference between is null & is not null?
How do I flush privileges in mysql?
Can we store files in mysql?
How to show table structure mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)