How many levels can subqueries be nested in a FROM clause?
Answer Posted / shekaran04
Oracle imposes no limit on the number of SUB Queries levels
in the from clause
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What packages(if any) has oracle provided for use by developers?
How does sql developer connect to oracle database?
What is the difference between drop and truncate commands?
Which function is used to return remainder in a division operator in sql?
Why partition by is used in sql?
how to use like conditions? : Sql dba
What is a sql trace file?
Explain the update statement in sql
Explain how exception handling is done in advance pl/sql?
what are the authentication modes in sql server? How can it be changed? : Sql dba
Can we insert data into materialized view?
Does inner join return duplicate rows?
How can I make sql query run faster?
What trigger means?
what is cursor. write example of it. What are the attributes of cursor.