Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

dual table in aql

The DUAL is special one row, one column table present by default in all Oracle
databases. We cannot insert, update, delete record in dual table.
Dual means dummy. In the dual table only one column is present.
 
PREVIOUS NEXT
Tagged: #dual #table #aql
ADD COMMENT
Topic
Name
8+2 =