Oracle Database SQL — Question 122

Which two statements are true about the DUAL table: (Choose two.)

Answer options

Correct answer: C, E

Explanation

Option C is correct because any user with the SELECT privilege can access the DUAL table, regardless of the schema. Option E is also correct as the DUAL table has exactly one row and one column, specifically of VARCHAR2 data type. The other options are incorrect because DUAL does not show multiple rows or columns, and it is not limited to the SYS user.