How many rows will return from dual table?
Answers were Sorted based on User's Feedback
Answer / sen
SELECT ROWNUM, LEVEL
FROM DUAL
CONNECT BY LEVEL < 5;
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / manoj
Any single row manipulation will work with dual. So only one
out put will work.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / amit kumar shrivastava
Oracle Provide DUAL table with only one row and one column.
So it will always return one row.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is union? : Sql dba
Can you sum a count in sql?
What is the use of stored procedures?
how to extract a unit value from a date and time? : Sql dba
1> how are u debugging in plsql ? 2> how to connect oracle database from unix. is there ne way other than using sqlplus ?
What are the advantages of normalization?
what is acid property in database? : Sql dba
Explain the usage of WHERE CURRENT OF clause in cursors ?
how to retrieve the top 3 salaries of the table using rownum
What is the difference between stored procedure and view?
a procedure one in two out parameters i am waiting it in a sql query can i get the output
Differentiate between %type and %rowtype attribute in Oracle PL/AQL programming ?
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)