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
how to run 'mysql' commands from a batch file? : Sql dba
What is pl sql package?
what is the different between now() and current_date()? : Sql dba
What are the sql aggregate functions?
How to return multiple rows from the stored procedure?
How do you get column names only for a table (sql server)?
When do we use triggers?
How do I truncate a word?
What are the various levels of constraints?
What is the difference between partitioning and sharding?
Is nosql relational?
How do I run a query in pl sql developer?
Does a primary key have to be a number?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
When should I use nosql database?