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 copy :old and :new pseudo-records in/to an oracle stored procedure?

0 Answers  


what are the performance and scalability characteristics of mysql? : Sql dba

0 Answers  


HOW TO TUNE ORACLE SQL QUERIES GIVE ME STEP BY SREP

1 Answers   TCS,


What is sharding in sql?

0 Answers  


What is an inconsistent dependency?

0 Answers  






What is sql and explain its components?

0 Answers  


Can a primary key be a foreign key?

0 Answers  


what is the difference between delete and truncate statement in sql? : Sql dba

0 Answers  


What is a stored procedure in sql with example?

0 Answers  


select 1,col1,col2 from table1. output?

5 Answers   Ramco,


Is sql a dbms?

0 Answers  


1> how are u debugging in plsql ? 2> how to connect oracle database from unix. is there ne way other than using sqlplus ?

2 Answers  


Categories