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 found sql?
What is recursive stored procedure?
Is mariadb nosql?
How does stored procedure reduce network traffic?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
How to get each name only once from an employee table?
how to analyze tables with 'mysqlcheck'? : Sql dba
Can we perform dml in function?
How do I send sql query results to excel?
Is sql the best database?
what is single byte over head in oracle..?
How do I save a stored procedure?
Can we use pl sql in mysql?
How are functions and procedures called in PL/SQL?
What is the difference between pl and sql?