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
How can I check if a view exists in a sql server database?
What is the difference between primary key and unique constraints?
What are the 2 types of classifications of constraints in the sql server?
How do I view a stored procedure in sql server?
How are the exceptions handled in sql server programming?
What authentication modes does sql server support?
How to drop an existing table?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What is the Difference Between Primary and Foreign Key?
What is fill factor and pad index?
Tell me about normalization in DBMS.
How can we improve performance by using SQL Server profiler?
what do you understand by change data capture?
What is collation sensitivity? Explain different types.
What is the difference between rank and dense_rank?