Answer Posted / inna
An inline view is a subquery with an alias (or correlation
name) that you can use within a SQL statement.
A named subquery in the FROM clause of the main query is an
example of an inline view.
An inline view is not a schema object.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is anonymous block in sql?
Why query optimization is needed?
what is not null constraint? : Sql dba
What is sql profiling in oracle?
How can a function retun more than one value in oracle with proper example?
Does truncate remove indexes?
How do you write an index?
Does truncate free space?
What is the function that is used to transfer a pl/sql table log to a database table?
How do I edit a stored procedure?
How can a pl sql block be executed?
How to add new employee details in an employee_details table with the following details
Why left join is used in sql?
what is the syntax for using sql_variant_property? : Transact sql
What are schema-level triggers?