what is inline view?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / sreekanth
An inline view is a SELECT statement inside another SELECT
statement.
| Is This Answer Correct ? | 8 Yes | 19 No |
there is A table and B table in A table there 5 rows and in b table there are 2 rows i am firing query select * from a,b what will be the output?
Why are aggregate functions called so?
Write a procedure to return the month and the number of developers joined in each month (cursor )
What is magic table?
Explain the components of sql?
What is a string data type in sql?
Is clustered index a primary key?
what is the difference between undefined value and null value? : Sql dba
what is Complex index. how to create it?
How do you take the union of two tables in sql?
What is foreign key and example?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)