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
What is nolock?
What are the ways available in sql server to execute sql statements?
What is query processing?
What xml support does the sql server extend?
How many tables can be joined in SQL Server?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
What are statistics?
What is a user-defined function in the sql server and what is its advantage?
What are the types of containers in ssis?
How to optimize stored procedure optimization?
What are the advantages of using stored procedures in sql server?
What's new in sql management studio for sql server? : sql server management studio
How to get all stored procedures in sql server?
What are the differences between char and nchar in ms sql server?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration