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
Why is the cursor important?
Why do we use set serveroutput on?
What are the types of functions in sql?
How many sql commands are there?
explain mysql aggregate functions. : Sql dba
what is auto increment? : Sql dba
Is mariadb a nosql database?
what are properties of a transaction? : Sql dba
Define commit, rollback and savepoint?
what is a composite key ? : Sql dba
What is a natural join?
Where not exists in sql?
What is sql query optimization?
Can delete statement be rollbacked?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba