InterviewSolution
| 1. |
Give The Syntax Of Revoke Commands? |
|
Answer» The generic syntax for revoke is as FOLLOWING Now rights can be: We can GRANT rights on all databse by usingh *.* or some specific database by database.* or a specific table by database.table_name. The generic syntax for revoke is as following Now rights can be: We can grant rights on all databse by usingh *.* or some specific database by database.* or a specific table by database.table_name. |
|