Oracle Database SQL — Question 102

Which two statements cause changes to the data dictionary? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers are C and E because both operations alter the data dictionary: C updates privileges and E modifies table structure. Options A and D do not change the data dictionary, while B only adjusts a session parameter without affecting the dictionary.