How many rows will return from dual table?

Answer Posted / sen

SELECT ROWNUM, LEVEL
FROM DUAL
CONNECT BY LEVEL < 5;

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the use of set statement in tsql? : Transact sql

739


How do I make sql search faster?

768


What are the ddl commands?

718


What is java sql connection?

691


How is pl sql different from sql?

726






What is delimiter in pl sql?

739


What is a left inner join?

709


how to convert dates to character strings? : Sql dba

731


What are the basic techniques of indexing?

779


what is a trigger? : Sql dba

761


How do you remove duplicate records from a table?

675


Which are the different types of indexes in sql?

748


Why select is used in sql?

690


What is compound trigger?

752


Is nosql faster than sql?

745