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 found sql?
Can a commit statement be executed as part of a trigger?
How do I view a procedure in sql?
What are functions in sql?
How is debugging done?
I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?
wht is the difference between truncat,drop in sqlserver wht is the difference between function and stored procedure
Is t sql a programming language?
what is uncommittable transactions? : Transact sql
Can a view be updated/inserted/deleted?If Yes under what conditions?
How to download oracle sql developer?
How to run sql*plus commands in sql developer?
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)