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
what is the use of set statement in tsql? : Transact sql
How do I make sql search faster?
What are the ddl commands?
What is java sql connection?
How is pl sql different from sql?
What is delimiter in pl sql?
What is a left inner join?
how to convert dates to character strings? : Sql dba
What are the basic techniques of indexing?
what is a trigger? : Sql dba
How do you remove duplicate records from a table?
Which are the different types of indexes in sql?
Why select is used in sql?
What is compound trigger?
Is nosql faster than sql?