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

Which dictionary tables and/or views would you look at to diagnose a locking issue?

0 Answers  


What is oracle host variable?

0 Answers  


what is foreign key?

5 Answers  


What is index-organized table in Oracle?

0 Answers   MCN Solutions,


What is the difference between pre-select and pre-query?

0 Answers  






Difference between the “verify” and “feedback” command?

0 Answers  


what is the maximum number of indexes i can create for a table? What happens if i create indexes for all the columns of a table? Will it slow down the speed of retrieval

2 Answers  


What are the differences between interval year to month and interval day to second?

0 Answers  


Can you drop an index associated with a unique or primary key constraint?

0 Answers  


When can Hash Cluster used ?

1 Answers  


Compare and contrast between sql and sql server and explain its various functions?

0 Answers  


What is tns service name?

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)