Which of the following is used to provide delete authorization to instructor?
CREATE ROLE instructor ;
GRANT DELETE TO instructor;
CREATE ROLE instructor;
GRANT SELECT ON takes
TO instructor;
CREATE ROLE instructor;
GRANT DELETE ON takes
TO instructor;
All of the mentioned
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
Which of the following is true regarding views?
Solution |
2
Discuss
|
This command performs which of the following action?
Solution |
3
Discuss
|
The database administrator who authorizes all the new users, modifies the database and takes grants privilege is
Solution |
4
Discuss
|
Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?
Solution |
5
Discuss
|
Which one of the following is used to define the structure of the relation, deleting relations and relating schemas?
Solution |
6
Discuss
|
An attribute A of datatype varchar(20) has the value “Avi”. The attribute B of datatype char(20) has value ”Reed”. Here attribute A has ____ spaces and attribute B has ____ spaces.
Solution |
7
Discuss
|
Which of the following is used to avoid cascading of authorizations from the user?
Solution |
8
Discuss
|
Which of the following is used to provide privilege to only a particular attribute?
Solution |
9
Discuss
|
Updates that violate __________ are disallowed.
Solution |
10
Discuss
|
What type of statement is this?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved