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

Answers were Sorted based on User's Feedback



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

Answer / ramesh

yes if it is simple view. error if it is compunt view

Is This Answer Correct ?    8 Yes 2 No

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

Answer / 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

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

Answer / slokh

yes if it is a simple view. may be if is a complex view -

Is This Answer Correct ?    0 Yes 0 No

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

Answer / 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

More SQL PLSQL Interview Questions

Explain the significance of the & and && operators in pl sql.

0 Answers  


how to select first 5 records from a table? : Sql dba

0 Answers  


What is meant by user defined function?

0 Answers  


what is global variable in package

3 Answers   Polaris,


Which sorts rows in sql?

0 Answers  






How consistent is the view of the data between and within multiple sessions, transactions or statements ?

0 Answers  


Explain the working of foreign key?

0 Answers  


What is a mutating table and a constraining table?

0 Answers  


The select into statement is most often used to create backup copies of tables or for archiving records?

0 Answers  


how to load data with out header and footer records in a database using sql*loader? pls tell me the answer urgently

1 Answers   Oracle, Wipro,


i have some prob lem to tell me about my self in interview first round ...

0 Answers  


What is clustered index sql?

0 Answers  


Categories