what is inline view?

Answer Posted / suresh.pathuri

It is the select stataement in the from clause of the another select statement .it used simplyfy the complex queries and removing the many join operations on the table.
this type
select * from(select rownum from emp order by rownum desc) suresh where rownum<=5;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can we repair a mysql table? : Sql dba

536


What is the process of debugging?

545


What is #table in sql?

518


What is dcl in sql?

524


How do I view tables in sql developer?

510






how can we find the number of rows in a table using mysql? : Sql dba

575


How to write pl sql program in mysql command prompt?

509


Is sql harder than python?

602


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

528


What are %type and %rowtype for?

611


What is sql profiling in oracle?

543


How to get help at the sql prompt?

637


How to combine two stored procedures in sql?

591


How do you clear the screen in sql?

599


Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

574