Q119 Which two statements are true about the DUAL table? (Choose two.)
- (A). It can be accessed only by the SYS user
- (B). It consists of a single row and single column of VARCHAR2 data type
- (C). It can display multiple rows but only a single column
- (D). It can be used to display only constants or pseudo columns
- (E). It can be accessed by any user who has the SELECT privilege in any schema
- (F). It can display multiple rows and columns
Answer: B,E