What is the data type of dual table?
Answer / Priyanka Gangwar
The DUAL table in Oracle is a system-defined, single-row table that returns a dummy row containing an empty column. It has no columns explicitly defined and its purpose is mainly for testing SQL expressions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
How to use "in out" parameter properly?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
Explain what are the different type of segments?
difference between oracle8i and oracle9i
What is an Integrity Constrains ?
What happens to indexes if you drop a table?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What is private procedure oracle?
20. Using a set operator, display the client number of all clients who have never placed an order.
How to call a sub procedure?