Answer Posted / lakshmi
A named subquery in the from clause of main query is an example of inline view.
syntax:select * from (subquery)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is on delete set null?
What do you mean by query optimization?
What is a system versioned table?
What is a record in pl/sql?
What is anonymous block in sql?
Is sql harder than python?
What are sql built in functions?
Can we use view in stored procedure?
Can a foreign key be null?
what are all different types of collation sensitivity? : Sql dba
what are tables and fields? : Sql dba
what is a table in a database ? : Sql dba
What are the different types of tables in sql?
Which one is better sql or oracle?
What are instead of triggers?