Answer Posted / karthik
The inline view is a construct in Oracle SQL where you can
place a query in the SQL FROM, clause, just as if the query
was a table name.
A common use for in-line views in Oracle SQL is to simplify
complex queries by removing join operations and condensing
several separate queries into a single query.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are the most important characteristics of pl/sql?
Which join is default?
what is cross join? : Sql dba
Can we change the table name in sql?
What is dba in sql? : SQL DBA
What is self-join and what is the requirement of self-join?
What are the built in functions of sql?
Which certification is best for sql?
Is oracle sql free?
what tools available for managing mysql server? : Sql dba
Do stored procedures prevent sql injection?
How do I run pl sql in sql developer?
What are different types of triggers?
Can you skip header records while loading? : aql loader
Which query operators in sql is used for pattern matching?