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 are the sql aggregate functions?
How do I run pl sql in sql developer?
How do you remove duplicates without using distinct in sql?
What is the use of double ampersand (&&) in sql queries? Give an example
how to use case expression? : Sql dba
Is pl sql and postgresql same?
what is bdb (berkeleydb)? : Sql dba
Is sql a dbms?
What is the difference between an inner and outer join?
What is pl sql script?
Can we rollback delete command?
How to handle bulk data?
What is the difference between a primary key and a clustered index?
How do I trace sql profiler?
can sql servers linked to other servers like oracle? : Sql dba