if i perform any operation on views such as insert, delete
etc will my base table get affected?????

Answer Posted / gourvendra singh

It will affect ur base table only when u having a simple
view and if you put null in the field which is primary key
of the base table then also the base table will not
affected. And if you are using the compute view then u r nt
able to insert or delete the records.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is informix sql?

727


Can we use ddl statements in stored procedure sql server?

725


What is before trigger?

735


How do sql triggers work?

748


What is the use of desc in sql?

696






Is sql better than access?

716


What is parallel hint?

937


What are the advantages of normalization?

788


What is server name sql?

804


What is clustered index in sql?

785


I need a function for a train ticket reservation please answer it thanks in advance

760


What is scalar function in sql?

706


What are pl sql data types?

726


what is the difference between inner and outer join? Explain with example. : Sql dba

731


table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

3719