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

What are the different ddl commands in sql?

0 Answers  


What is a sql*loader control file?

0 Answers  


Can you selectively load only those records that you need? : aql loader

0 Answers  


how u can find the n row from a table?

19 Answers   Tech Mahindra,


What is execute immediate?

0 Answers  






How to fetch records from a partitioned table?

2 Answers   HSBC,


what is the difference between a local and a global temporary table? : Sql dba

0 Answers  


How can we store rows in PL/SQL using array?

0 Answers   MCN Solutions,


How do I copy a table in sql?

0 Answers  


What are the different tcl commands in sql?

0 Answers  


What are database links used for?

0 Answers  


how many values can the set function of mysql take? : Sql dba

0 Answers  


Categories