Question
a.
GRANT 'privilege list'
ON 'relation name or view name'
TO 'user/role list';
b.
GRANT 'privilege list'
ON 'user/role list'
TO 'relation name or view name';
c.
GRANT 'privilege list'
TO 'user/role list'
d.
GRANT 'privilege list'
ON 'relation name or view name'
ON 'user/role list';
Posted under DBMS
ON 'relation name or view name'
TO 'user/role list';
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following is a basic form of grant statement ?
Similar Questions
Discover Related MCQs
Q. Which of the following is used to access the database server at time of executing the program and get the data from the server accordingly ?
View solution
Q. Which of the following header must be included in java program to establish database connectivity using JDBC ?
View solution
Q. DriverManager.getConnection(_______ , ______ , ______)
What are the two parameters that are included ?
View solution
Q. Which of the following invokes functions in sql ?
View solution
Q. Which of the following function is used to find the column count of the particular resultset ?
View solution
Q. Which of the following is a following statement is a prepared statements ?
View solution
Q. Which of the following is used as the embedded SQL in COBOL ?
View solution
Q. Which of the following is used to distinguish the variables in SQL from the host language variables ?
View solution
Q. The update statement can be executed in host language using
View solution
Q. Which of the following is used to access large objects from a database ?
View solution
Q. Which of the following is used to input the entry and give the result in a variable in a procedure ?
View solution
Q. The format for compound statement is
View solution
Q. Repeat
sequence of statements;
__________________
end repeat
Fill in the correct option :
View solution
Q. Which of the following is the correct format for if statement ?
View solution
Q. A stored procedure in SQL is a___________
View solution
Q. Temporary stored procedures are stored in _________ database.
View solution
Q. Declare out of classroom seats condition
DECLARE exit handler FOR OUT OF classroom seats
BEGIN
SEQUENCE OF statements
END
The above statements are used for
View solution
Q. Trigger are supported in
View solution
Q. Which of the following is NOT an Oracle-supported trigger?
View solution
Q. What are the different in triggers ?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond DBMS? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!