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 does inner join mean?

548


Is sql a scripting language?

509


What is a left inner join?

529


What are the syntax and use of the coalesce function?

545


Is pl sql different from sql?

526






What is partition by in sql?

565


What is the difference between local variables and global variables?

600


what is 'trigger' in sql? : Sql dba

553


What is the difference between sql and t sql?

531


What are data types in pl sql?

552


Explain about various levels of constraint.

517


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2567


What is a left join?

499


Give the order of sql select?

603


How many types of cursors supported in pl/sql?

582