Question: Can you explain what is DUAL table in oracle ?
October 10, 2007 11:08:29
#7
kishore
Member Since: Visitor Total Comments: N/A
RE: Can you explain what is DUAL table in oracle ?
Dual table is one which is having only one row & one coulmn and it is maintained by Oracle server. Which is used for mathamatical calculations like sqrt, round, power, max, min etc.