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
describe mysql connection using mysql binary. : Sql dba
Which is faster subquery or join?
Does inner join return duplicate rows?
What is auto increment?
What do you understand by pl/sql records?
What are all the different normalizations?
What is compute?
What is the difference between microsoft sql and mysql?
What is out parameter used for eventhough return statement can also be used in pl/sql?
Is primary key clustered index?
what are the advantages of mysql in comparison to oracle? : Sql dba
what are the t string functions available in tsql? : Transact sql
What is pragma in pl sql?
What is data abstraction in sql?
What is the command used to fetch first 5 characters of the string?