Oracle Database SQL — Question 114

Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)

Answer options

Correct answer: B, E, F

Explanation

Options B, E, and F are correct because a GLOBAL TEMPORARY TABLE can indeed be referenced in views, can have multiple indexes, and triggers can be created on them. Options A, C, and D are incorrect as a GLOBAL TEMPORARY TABLE can have multiple indexes, DML operations do generate REDO, and a PUBLIC SYNONYM can be created for a GLOBAL TEMPORARY TABLE.