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 |
how to copy(migrate) the database one server to another server without using expdp/impdp how it is possible.
Explain what partitioning is and what its benefit is.
How do you troubleshoot errors in a sql server agent job? : sql server DBA
Why would you call update statistics? : sql server DBA
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you bring the database in ARCHIVELOG mode from NOARCHIVELOG mode? 6. You cannot shutdown the database for even some minutes, then in which mode you should run the database?
11 Answers FA, GE, Wipro,
How to start SQL Server in minimal configuration mode?
how can you schedule a job in database?
How would you go about increasing the buffer cache hit ratio?
hi, how can i check all backups are exist to restore? I.e. i forget to take backup on one day. But now i want to check that all backups are there to restore now. I know the answer of through timestamps we know how to check. But i need any other way?
You have just compiled a PL/SQL package but got errors, how would you view the errors?
what is the differnce between process and thread ?
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)