Explain the concept of the DUAL table.
Answers were Sorted based on User's Feedback
Answer / sweta
Dual is like a dummy table which contains 1 column and 1 row
in this.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / vijay
Dual is like a dummy table which consists of one row and one column
select sysdate from dual;
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the steps you will take, if you are tasked with securing an SQL Server?
When creating a user, what permissions must you grant to allow them to connect to the database?
what is the difference between db2start command and start database manager command?
what are the benefits of flashback feature?
what are the differences of where and if in SAS?
How do you trace the traffic hitting a sql server? : sql server DBA
what is the last version,the release date of that version and fix pack of ibm db2 udb?
what is difference between user managed backup and rman backup?
What is the importance of a recovery model? : sql server DBA
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What background process refreshes materialized views?
2 Answers Accenture, FLSmidth,
what is a crs resource?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)