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

Answer Posted / radha sri seshu.kolla

yes it will effect if your view is a simple view (eg:
create or replace view empview as select * from emp;) this
is called simple view. if you use any joins or if u create
view using more than two tables then it is called complex
view. in case of comlex view the database will not effect.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 3 types of behavioral triggers?

661


What is materialized view in sql?

463


Why do we use set serveroutput on?

515


what is myisam? : Sql dba

578


What is tuple in sql?

541






What is difference between function and trigger?

546


how to increment dates by 1 in mysql? : Sql dba

539


What is the usage of distinct keyword?

629


What does cursor do in sql?

516


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

665


Why do we use procedures?

516


Which normal form is best?

513


How does join work in sql?

554


what is the difference between union and union all? : Sql dba

544


how to select unique records from a table? : Sql dba

629