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 the best free sql database?
how to escape special characters in sql statements? : Sql dba
What are the different schemas objects that can be created using pl/sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
What is the maximum rows in csv?
a procedure one in two out parameters i am waiting it in a sql query can i get the output
How show all rows in sql?
How can we solve sql error: ora-00904: invalid identifier?
How to get second highest salary from a table
What are the types of records?
Is stored procedure faster than query?
How do I enable sql encryption?
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)