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 |
Can we use out parameter in function?
What is the difference between truncate and drop statements?
What are different types of keys?
how to create a table index in mysql? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
Explain locks? : Transact sql
Is t sql a programming language?
How do I edit a stored procedure?
Is sql better than excel?
Why we use triggers in mysql?
What is the difference between sql and isql*plus?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?