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
Can we use join in subquery?
Can delete statement be rollbacked?
What is query execution plan in sql?
How many types of triggers are there in pl sql?
how does a local variable is defined using t-sql? : Transact sql
Can a select statement fire a trigger?
How delete a row in sql?
What does varchar include?
What is a record in a database?
What is sql server and ase?
What is spool?
What is data type in database?
how to rename an existing table in mysql? : Sql dba
What is flag in sql?
Can we alter stored procedure?