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


Please Help Members By Posting Answers For Below Questions

What is index in an assignment?

616


How many partitions a clustered index has by default in sql server 2012?

745


Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.

1519


What is trace flag in sql server?

615


What are the basic features of a trigger in ms sql server?

668






What is data source object?

646


Difference between report and query parameter.

695


What is a sql join?

646


What do you mean by normalisation?

593


Explain external key management in sql server 2008

598


define and explain the differences between clustered and non-clustered indexes.

689


What are the differences between decimal and float in ms sql server?

654


Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many

606


How to enter comments in transact-sql statements?

642


IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do

1419