If a View on a single base table is manipulated will the
changes be reflected on the base table?

Answers were Sorted based on User's Feedback



If a View on a single base table is manipulated will the changes be reflected on the base table?..

Answer / ehsraka

Yes, definitely. Since the view is based on a single table
and falls within the cateogory of simple view. Any change /
modification on the records will be reflected in the base
table.

Is This Answer Correct ?    8 Yes 0 No

If a View on a single base table is manipulated will the changes be reflected on the base table?..

Answer / tulsi

yes it will be reflected in the base table

Is This Answer Correct ?    7 Yes 3 No

If a View on a single base table is manipulated will the changes be reflected on the base table?..

Answer / aks

Depends on privileges granted to view (select,insert,update);

Is This Answer Correct ?    4 Yes 1 No

If a View on a single base table is manipulated will the changes be reflected on the base table?..

Answer / naresh

Hi

Not only on a single based table, changes made on a view
which created on multiple tables also will update on base
tables,if the relation ship between primary key and Foreign
key relationships are proper and if the Integrity
constraints are mentioned.

Cheers!
Naresh

Is This Answer Correct ?    4 Yes 1 No

If a View on a single base table is manipulated will the changes be reflected on the base table?..

Answer / papal

yes if there is no use of "CHECK WITH option"
then definitally chnages in view affects the base table

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

Can I learn sql in a week?

0 Answers  


If we update a complex view, is base table will get update ?

2 Answers   Ardee Technologies, HCL,


What is sql*loader and what is it used for? : aql loader

0 Answers  


Where is pl sql used?

0 Answers  


if we give update table_name set column_name= default. what will happen?

4 Answers   iFlex,






What is varchar data type in sql?

0 Answers  


difference between table level constraint and column level and advantages of table level constraint

4 Answers   Doyensys,


pl/sql testing means what ...... explain process how to find pl/sql bugs

1 Answers   Zensar,


will function return more than one value how

9 Answers   Accenture,


what are all different types of collation sensitivity? : Sql dba

0 Answers  


What are sql constraints?

0 Answers  


which tcp/ip port does sql server run on? : Sql dba

0 Answers  


Categories