Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

1/25/24, 12:13 AM Post-Quiz: Attempt review


 Dashboard / My courses / My SQL / DCL & Database Objects / Post-Quiz

Quiz review
Started on Thursday, 25 January 2024, 12:11 AM
State Finished
Completed on Thursday, 25 January 2024, 12:13 AM
Time taken 2 mins 29 secs
Marks 4.00/5.00
Grade 80.00 out of 100.00
Feedback Congratulations!!! You have passed by securing more than 80%

Question 1
Correct

Mark 1.00 out of 1.00

46684
The owner has all the privileges on the object. State true or False.

Select one:
True 

False

The correct answer is 'True'.

Question 2
Correct

Mark 1.00 out of 1.00 46684


Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?

Select one:
REMOVE VIEW emp_dept_vu;

REMOVE emp_dept_vu;

DELETE emp_dept_vu;

DELETE VIEW emp_dept_vu;

DROP emp_dept_vu; 46684


DROP VIEW emp_dept_vu;

Your answer is correct.

The correct answer is: DROP VIEW emp_dept_vu;

https://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1057759&cmid=6964 1/3
1/25/24, 12:13 AM Post-Quiz: Attempt review

Question 3
Incorrect

Mark 0.00 out of 1.00

CREATE INDEX emp_dept_id_idx


ON employee(dept_id);

Which of the following statements are true with respect to the above index?

Select one:
May reduce the amount of disk I/O for SELECT statements.

Increase the chance of full table scans.

Override the unique index created when the FK relationship was defined.

May reduce the amount of disk I/O for INSERT statements. 

Store an index in the EMPLOYEE table.

46684
Your answer is incorrect.
The correct answer is: May reduce the amount of disk I/O for SELECT statements.

Question 4
Correct

Mark 1.00 out of 1.00

An owner can give specific privileges on the owner's objects to others. State True or False.

Select one:
True 
46684
False

The correct answer is 'True'.

Question 5
Correct

46684
Mark 1.00 out of 1.00

Which SQL statement grants a privilege to all the database users?

Select one:
grant select on department to ALL;

grant select on department to PUBLIC;

grant select on department to PRIVATE;

grant select on department to ALL USERS;

Your answer is correct.

The correct answer is: grant select on department to PUBLIC;

https://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1057759&cmid=6964 2/3
1/25/24, 12:13 AM Post-Quiz: Attempt review

◄ Create view

Jump to...

46684

46684

46684

https://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1057759&cmid=6964 3/3

You might also like