How many levels can subqueries be nested in a FROM clause?

Answer Posted / pradeep

http://download.oracle.com/docs/cd/B19306_01/server.102/b142
00/queries007.htm

The below stated on above page from oracle

A subquery can contain another subquery. Oracle Database
imposes no limit on the number of subquery levels in the
FROM clause of the top-level query. You can nest up to 255
levels of subqueries in the WHERE clause.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do sql databases work?

523


How do I count rows in sql?

549


Can we call procedure in select statement?

510


What are sql*plus environment variables?

544


What is the current version of postgresql?

545






How do I run sql profiler?

574


what are the properties and different types of sub-queries? : Sql dba

493


Lookups are a key component in sql server integration services (ssis). Explain its purpose?

525


What are types of joins?

526


How subquery works in sql?

533


How long will it take to learn pl sql?

516


Which is faster subquery or join?

646


What is normalization sql?

502


What's the difference between inner join and left join?

506


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

588