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

explain access control lists. : Sql dba

555


how to analyze tables with 'mysqlcheck'? : Sql dba

543


what is the difference between $message and $$message? : Sql dba

545


Why are cursors used?

580


What is on delete set null?

563






what happens if you no create privilege in a database? : Sql dba

529


what is auto increment? : Sql dba

570


What does the base_object_type column shows in the user.triggers data dictionary view?

572


Can function return multiple values in sql?

525


what is text? : Sql dba

557


Which are the different types of indexes in sql?

562


What is numeric function sql?

540


Is left join faster than inner join?

615


what is denormalization. : Sql dba

540


How do you define a foreign key?

534