Oracle Database SQL — Question 204

Which three are true about granting object privileges on tables, views, and sequences? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct answers A, C, and E are accurate because UPDATE is limited to tables and views, SELECT is applicable to both tables and views, and REFERENCES is restricted to tables and views. Options B, D, and F are incorrect as DELETE can be granted on tables and views but not sequences, ALTER can be granted only on tables, and INSERT can be granted to tables and views, but sequences are not included.