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 is pls integer?
Which is better join or subquery?
What is foreign key sql?
What is sql prepared statement?
what are dynamic queries in t-sql? : Transact sql
Can we insert data in view?
explain advantages of innodb over myisam. : Sql dba
what is csv? : Sql dba
what are the disadvantages of mysql? : Sql dba
What information is needed to connect sql*plus an oracle server?
what is 'mysqlshow'? : Sql dba
What is the trigger in sql?
Can a select statement fire a trigger?
what is the different between now() and current_date()? : Sql dba
What is dynamic sql in pl sql?