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
How delete all records from table in sql?
What is crud diagram?
What is nvl?
Can you load data into multiple tables at once? : aql loader
What is query optimization in sql?
what is the difference difference between procedure and packages
how many ways we can we find the current date using mysql? : Sql dba
What is a subquery in sql?
what is a foreign key ? : Sql dba
What is difference between pl and sql?
Is it possible to create the following trigger: before or after update trigger for each row?
how to check server status with 'mysqladmin'? : Sql dba
Explian rowid, rownum? What are the psoducolumns we have?
How does postgresql compare to mysql?
What are the types of sql commands?