DUAL
The DUAL system table is a special one-column table with one row. It is similar to the table present in all Oracle database installations. It is useful in situations where the SELECT syntax requires a FROM clause but the query does not require a table.
Column |
TDV JDBC Data Type |
Nullable |
Description |
DUMMY |
CHAR(1) |
|
Value is the character X. |