Explain the concept of the DUAL table.

Answer Posted / eshwari

Dual table is a sample permanent table which come along with
oracle.
for example if u want to knw the sin(45) value then u have
to retreave it from a table.but there is no table to
retreave that value.
so we use the sample table dual as table name in place of
table name in the select query.

ex:select sin(45) from dual;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain overloading. Can functions be overloaded?

577


How to get a list of all background sessions in the database?

550


What is the difference between sharding and partitioning?

507


How to rename a tablespace in oracle?

629


Can group functions be mixed with non-group selection fields?

542






What is a static data dictionary in oracle?

578


what is meant by magic query

1779


What do you mean by merge in oracle and how can we merge two tables?

581


How to use an explicit cursor without open statements?

618


What is an oracle database?

615


what are the advantages of running a database in archive log mode?

1741


How to create a table index?

572


Explain cascading triggers.

578


What is a lookup table in oracle?

551


What query tells you how much space a tablespace named test is taking up, and how much space is remaining?

1814