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
Equi join and non equi join is possible with sql server?
Is it possible to have clustered index on separate drive from original table location?
What are the different SQL Server Versions you have worked on?
What is an indexed view?
What is sql server query analyzer?
Explain system functions or built-in functions? What are different types of system functions?
what is spatial nonclustered index
What is temporary table in sql server? Why we use temp table?
Can we shrink data file in sql server?
How do I find the sql server version?
What is in place upgrade in sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Why use identity in sql server?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Does view occupy space?