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 |
Should you place Recovery Catalog in the Same DB? . Can you use RMAN without Recovery catalog
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
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
Query processing is slow(eg select query)how will u solve that
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
currently iam working in mnc as a oracleappsdba,please send the EXPERIENCE RESUME those who r worked as a oracle apps dba
If you're unsure in which script a sys or system-owned object is created, but you know it's in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
Which environment variables are absolutely critical in order to run the OUI?
When a user process fails, what background process cleans up after it?
What is the default fill factor value? : sql server DBA
Oracle (3253)
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)