What is the advantage of specifying WITH GRANT OPTION in
the GRANT command?
Answer Posted / soni
the user to whom we give privilege by with grant
option,he/she will also have authority to give privilege
to others.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How to create stored procedures with parameters in ms sql server?
What is data modeling and Reterminal integrity?
What is normalization of database?
How to get a list of all tables with "sys.tables" view in ms sql server?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
How to retrieve error messages using odbc_errormsg()?
How do you check sql server is up and running?
What is the native system stored procedure to execute a command against all databases?
Explain important index characteristics?
What is "scheduled jobs" or "scheduled tasks"?
What is replace and stuff function in sql server?
Write a query for primary key constraint with identity key word?
What is meant by Active-Passive and Active-Active clustering setup?
What is Dependency Injection and provide example?
What is a livelock?