what is inline view?

Answers were Sorted based on User's Feedback



what is inline view?..

Answer / 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

what is inline view?..

Answer / guest

You can find an example at:
http://forums.oracle.com/forums/thread.jspa?
messageID=1473644

Is This Answer Correct ?    8 Yes 9 No

what is inline view?..

Answer / guest

You can find an example at <a
href="http://forums.oracle.com/forums/thread.jspa?
messageID=1473644">http://forums.oracle.com/forums/thread.js
pa?messageID=1473644</a>

Is This Answer Correct ?    8 Yes 10 No

what is inline view?..

Answer / ravi kulkarni

A query which uses data as source is called inline view.
for example in select statement , query can be used to
represent table name .

Is This Answer Correct ?    9 Yes 20 No

what is inline view?..

Answer / sreekanth

An inline view is a SELECT statement inside another SELECT
statement.

Is This Answer Correct ?    8 Yes 19 No

Post New Answer

More SQL PLSQL Interview Questions

what is cross join? : Sql dba

0 Answers  


1. how to use the check option constraints in sql query..? 2.how to add data in a complex query ? 3.is it possible to use commit or rollback or savepoint in triggers...if not why please explain with examples...? 4.what is the difference between meterialized view and normal view..how to create materialized view and how to use it..? 5.what is varray...? what is the advantage of the varray ? please expalin with a simpel example..i want to load into a table (student no and name and his marks..) please give example.. 6.what are the bulk bind exceptions...how to use bulk bind and how to use bulk collect..please explain with example... 7.what is for update of and where current of ...? 8 what is the use of nowait ? 9.please give an example for nocopy in a simple plsql query 10.create an index in a table...tellme how to use the index in a where clause to do performance tunning...

3 Answers   Satyam,


query to retrive the employees whose sal is greater than avg sal

10 Answers   TCS,


What is difference between CHAR and VARCHAR2?What is the maximum SIZE allowed for each type?

6 Answers   Saama Tech,


What is graph sql?

0 Answers  






What is program debugging?

0 Answers  


Which certification is best for sql?

0 Answers  


Can we use distinct and group by together?

0 Answers  


What is the difference between DELETE and TRUNCATE?

15 Answers   Johns Hopkins University, Tech Mahindra,


what is global temporary tables and how use that tables in pl/sql packages

1 Answers   Cap Gemini,


What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.

5 Answers   Polaris,


What are the main features of cursor?

0 Answers  


Categories