Answer Posted / dave
The dual table is a dummy table with one row and one column. Functions that do not require any table data can be evaluated by SELECTing from the dual table. For example,
SELECT SYSDATE FROM DUAL
returns the system time and date. The DUAL table is needed to get around the fact that the SELECT command in Oracle requires a FROM clause. For example, "SELECT SYSDATE" would fail because no tables were specified.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are statistics, under what circumstances they go out of date, how do you update them?
I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB
how does an oracle clusterware manage crs resources?
what do you understand by flashback feature of oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
How would you go about verifying the network name that the local_listener is currently using?
How would you best determine why your MVIEW couldn't FAST REFRESH?
What is transparent data encryption? : sql server DBA
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
What purpose does the model database server? : sql server DBA
what is grd?
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
What the different types of replication and why are they used? : sql server DBA