What is a view? is View updatable?

Answer Posted / kalyana chakravarthy

View is a taliored representation of data of a particular
table. In one way to say view is a shadow of a table. What
ever U do on a view will reflect on the table vice versa.

Views r 2 types simple and complex simple is selected rows
from one table and complex is selected from more than one.
In oracle complex view can be updated by using instead of
triggers from version 8.0

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is local temp table?

558


Explain the difference between delete,drop and truncate in SQL Server?

599


What is a hint?

589


What is user defined datatypes and when you should go for them?

597


what are the three command line utilities and what are their primary functions?

103






How do I open port 1433?

539


What are scalar functions?

516


How to delete duplicate records based on single column from a table?

612


What are the differences between substr and charindex in sql server.

511


What is data modification?

519


Why we need to use secondry database file? though, we can do same work using primary database file also.

5790


What is a transaction and why is it important?

579


How connect excel to sql server?

514


How to send email from database?

600


Can foreign key be deleted?

534