Oracle SQL Practice Test
Oracle SQL Oracle SQL SELECT Statements 2
What does the DUAL table represent in Oracle SQL?
Select your answer
A
A temporary table for joins
B
A special one-row, one-column table used for evaluating expressions
C
A backup of the main table
D
A table containing dual primary keys
Hint