Do View contain Data ?

Answers were Sorted based on User's Feedback



Do View contain Data ?..

Answer / nilesh

No , View Do not contain data, instead it contains the SQL
Statement Only.

When we issue statement as select * from <VIEWNAME>
it executes the query to get the rows from the underlying
table on which it is been created.

Is This Answer Correct ?    24 Yes 1 No

Do View contain Data ?..

Answer / lokanath

View is basically a Stored Query. we can call it as Logical
representaion of table. View Doesnot contain data. But
Materialized view Contains data. Because Materialised view
contains results of a Query.

Is This Answer Correct ?    13 Yes 0 No

Do View contain Data ?..

Answer / kumar

No, view do mot contain data. it contains only the SQL
Statement.

When we try to fetch the data from view , it internally
hits the table and get the data from the table.

Is This Answer Correct ?    13 Yes 0 No

Do View contain Data ?..

Answer / raghu

Views do not contain data...answer#1 is wrong.
Instead materialized views contain data.
..Raghu

Is This Answer Correct ?    10 Yes 0 No

Do View contain Data ?..

Answer / ab

View do not contain data.
when u query view it featches the data from the underlaying
table on which view is created.
v$ views are created in X$ base tables

Is This Answer Correct ?    4 Yes 0 No

Do View contain Data ?..

Answer / pavankumar.k

view do not contain are stored data

Is This Answer Correct ?    4 Yes 0 No

Do View contain Data ?..

Answer / nishi

No

Is This Answer Correct ?    0 Yes 0 No

Do View contain Data ?..

Answer / kumar swamy naidu

physically does not contain any data but logically it contains
data

Is This Answer Correct ?    0 Yes 2 No

Do View contain Data ?..

Answer / mohan

views must contain data

Is This Answer Correct ?    0 Yes 19 No

Do View contain Data ?..

Answer / guest

yes views contains data.

Is This Answer Correct ?    2 Yes 28 No

Post New Answer

More Oracle General Interview Questions

What to do if the startbd.bat failed to start the xe instance?

0 Answers  


What is a Tablespace?

5 Answers  


Why do we use bulk collect in oracle?

0 Answers  


What is a parameter file in oracle?

0 Answers  


What does sharding mean?

0 Answers  






Why do we use coalesce function in oracle?

0 Answers  


How to use select statement to count the number of rows in oracle?

0 Answers  


How are extents allocated to a segment?

0 Answers  


what is main def between plsql/table and array?

1 Answers   Oracle,


14. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth

1 Answers   Wipro,


How to view the data files in the current database?

0 Answers  


What is a dead lock in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)