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 are the uses of synonyms?

0 Answers  


What are joins..how many types of joins are there?

29 Answers   Amdocs, CSC, TCS,


How to call a stored function in oracle?

0 Answers  


Explain oracle data types with examples?

0 Answers  


What is the fastest query method to fetch data from the table?

0 Answers  






What are the numeric comparison operations?

0 Answers  


Why required to run root.sh at the time of installation and what exactly it will do

1 Answers  


which is best institue to learn oracle 11i in ameerpet or maithrivanam or sr nagar please help

5 Answers  


How to display employee records who gets more salary than the average salary in the department?

0 Answers  


Are truncate and delete commands same? If so why?

0 Answers  


3. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.

0 Answers   Wipro,


difference between imlicit cursor and explicit cursor ?

5 Answers   Cap Gemini,


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)