Answer Posted / muhammad wali ullah
***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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is rowid in sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
Are null values same as that of zero or a blank space?
Explain the difference between drop and truncate commands in sql?
What are database links used for?
What is the maximum rows in csv?
Can we use update in sql function?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
How many tables can you join in sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
How to run sql commands in sql*plus?
what are set operators in sql? : Sql dba
How to combine two stored procedures in sql?
What's the difference between inner join and left join?
What is the difference between joins?