How many levels can subqueries be nested in a FROM clause?
Answer Posted / sulochana
There is no limit on the no.of sub queries in the FROM clause.
in WHERE clause ,we can write upto 255 levels only..
Thanks & Regards,
Sulochana
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is data type in database?
How do you know if a relationship is 2nf?
Are subqueries faster than joins?
Explain what is sql*plus?
How does one use sql*loader to load images, sound clips and documents? : aql loader
Can one improve the performance of sql*loader? : aql loader
What is bind reference and how can it be created?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What is a mutating table and a constraining table?
What is a unique key and primary key and foreign key?
How many columns should be in an index?
What is query execution plan in sql?
Can we use rowid as primary key?
What is implicit cursor in pl sql?
Can we join 3 tables in sql?