How many levels can subqueries be nested in a FROM clause?
Answer Posted / john
32 number of Subquery
http://msdn.microsoft.com/en-us/library/ms143432.aspx
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is program debugging?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What are the different types of a subquery?
What do you know by pl/sql cursors?
Why do we need unique key in a table?
How do you remove duplicates without using distinct in sql?
What does data normalization mean?
Why is stored procedure faster than query?
How do I find sql profiler?
what is the difference between delete and truncate statement in sql? : Sql dba
What is pl/sql language case sensitive?
how to convert dates to character strings? : Sql dba
What is pragma in sql?
What is forward declaration in pl sql?
is it possible to pass an object or table to a procedure as an argument?