A table owned by the user SYS that can be accessed by all users, containing one column (DUMMY) and one row (X)
The DUAL table is useful when you want to return a value only once
The DUAL table is generally used for completeness of the SELECT clause syntax, because both SELECT and FROM clauses are mandatory, and several calculations do not need to select from the actual tables