What are three SQL keywords used to change or set someone?s
permissions?
Answer Posted / trived.r
this used to changes the permissions on database
this DCL(DATA CONTROL LANGUGE)STATEMENT
*)GRANT---THIS IS ACCESS GARANTED ON PARTICLUR DB OR
USER
*)DENY----THIS IS PARTICLUR USER WAITING FOR ACCESS WHILE
TME WHEN COMMETED THE DATA THEN PERMISSION ON DB
*)REVOKE--- THIS STATEMENT USE THE USER HAVE NO PERMISIONS
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Why use sub query in sql server and list out types of sub queries?
What is the use of group by clause?
Explain a differential backup?
How do you use a subquery to find records that exist in one table and do not exist in another?
What is sql server schema compare? How we can compare two database schemas?
What should be the fill factor for indexes created on tables? : sql server database administration
What are sparse columns?
What is openxml in sql server?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
Can you import Microsoft Excel data to SSRS?
What is a trigger and its types?
How to view existing indexes on an given table using sys.indexes?
What is lock escalation? : sql server database administration
What is the difference between mysql and sql server?