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 index in an assignment?
How many partitions a clustered index has by default in sql server 2012?
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.
What is trace flag in sql server?
What are the basic features of a trigger in ms sql server?
What is data source object?
Difference between report and query parameter.
What is a sql join?
What do you mean by normalisation?
Explain external key management in sql server 2008
define and explain the differences between clustered and non-clustered indexes.
What are the differences between decimal and float in ms sql server?
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
How to enter comments in transact-sql statements?
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