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 |
how to include comments in sql statements? : Sql dba
What does the sign mean in sql?
What does “select count(1) from tab” result?
How many commands are in sql?
What is use of trigger?
What are the 3 modes of parameter?
What is a primary key, and how is it different from a unique key?
Tell me what a package consists of.
Can we enter data in a table in design view?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
in materialized view the structure will create immediately or not?
what is self join and how it works??
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)