InterviewSolution
| 1. |
Give The Syntax Of Grant Commands? |
|
Answer» The generic syntax for GRANT 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 GRANT 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. |
|