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
What is rich query?
How to speed up webrick?
How do I uninstall oracle 11g?
What is bulk load in oracle?
what is normalisation?what are its uses?
How to use "startup" command to start default instance?
How to display employee records who gets more salary than the average salary in the department?
Is oracle a relational database?
Explain what are synonyms used for?
does the query needs a hint to access a materialized view?
What is the usage of analyze command in oracle?
How many types of tables supported by oracle?
What is a cursor in oracle?
What do you mean by a database transaction & what all tcl statements are available in oracle?
Why do we use bulk collect in oracle?