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 an exception in pl/sql?
What does dml mean?
How can analyze query after generating explain plan ?
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
Explain exception handling in pl/sql?
I have one table and column is c1 pk, c2 not null,c3 not null and 200 row in it and i add c4 column and value, how can is possible
Please let me know if UNION ALL and Natural Join does the same operation and are same...
why we use nocopy?
What is dml with example?
What is sql partition function?
how many tupples can insert in 1 second in sql
..........refers to the disk mirroring
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)