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 is the difference between inner join and left join?

0 Answers  


What is difference between sql and mysql?

0 Answers  


While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?

8 Answers   iFlex,


What is partition in sql query?

0 Answers  


Does sql require a server?

0 Answers  






difference between cursor and procedure in a package

3 Answers   PCS,


Can we insert data into materialized view?

0 Answers  


What is sql not null constraint?

0 Answers  


State the advatage and disadvantage of Cursor's?

2 Answers  


What is the sql*loader? : aql loader

0 Answers  


how do you know if your mysql server is alive? : Sql dba

0 Answers  


How do I edit a stored procedure?

0 Answers  


Categories