Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Do view contain data?

Answers were Sorted based on User's Feedback



Do view contain data?..

Answer / sreekanth

No, View is a logical table associated with a query.
It will not store any data in it.
Only the query with which the view is created is stored in
the database.

Is This Answer Correct ?    12 Yes 0 No

Do view contain data?..

Answer / sekhar

Absolutely, the view contain no data. The basic property of
a view is to extract a set of data columns to display from a
large number. And this is useful in future by jst stating
the view name instead writing the select statement every time.

Is This Answer Correct ?    7 Yes 0 No

Do view contain data?..

Answer / gvmahesh

NO,the view is a logical table based on one or more tables
or views.A view in practicality contains no data by
itself.it contains only select statements.

Is This Answer Correct ?    3 Yes 0 No

Do view contain data?..

Answer / shail

Hold on!!!!

All the above answers are absolutely true but remember the
fact that if you delete or update any view data then it
will be reflected in the base table.

Is This Answer Correct ?    2 Yes 0 No

Do view contain data?..

Answer / ram

hold on..
all above are correct
incase of simple view dml operations are allowed
(simple view mean view creates based on one table)

incase of complex view dml operrations not allowd
(complex view create based on more than 1 table)

one more thing is in oracle
materialized view maintain physical copy of data
(dml operations on base tables not reflect on materialized view)

Is This Answer Correct ?    2 Yes 0 No

Do view contain data?..

Answer / suresh

View is a stored select statement,it does not contain any data,and it is a logical table just for the viewing purpose

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql

0 Answers  


What are the types of variable use in pl sql?

0 Answers  


What does an inner join do?

0 Answers  


What is Overloading of procedures ?

4 Answers   Amdocs,


Can 2 queries be executed simultaneously in a distributed database system?

0 Answers  


Can we use joins in subquery?

0 Answers  


Can we join more than 2 tables in sql?

0 Answers  


What does varchar include?

0 Answers  


what is sql server agent? : Sql dba

0 Answers  


Fetch an entire row from the employees table for a specific employee ID:

2 Answers  


How do you modify a column in sql?

0 Answers  


How do I run a query in pl sql developer?

0 Answers  


Categories