a. Can you delete data from a View.
b. If Yes, can you delete it if there are multiple tables
c. If No, can you delete if there is single source table
which is joining.

Answer Posted / haarika valasa

IF view is created based on only one base table we can
perform all DML operations.

If view is created based on multiple table using joins and
goup by functions etc..than we cannot perform directly DML
operations.

Using Instead of Trigger we can perform DML operations on
complex view.

Is This Answer Correct ?    24 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do we need to rebuild index after truncate?

529


How do I view a procedure in sql?

549


What is the difference between inner join and natural join?

513


What is full join in sql?

526


Enlist the data types that can be used in pl/sql?

577






What is sql keyword?

566


what is the difference between nested subquery and correlated subquery?

549


What is trigger explain it?

551


what is auto increment? : Sql dba

575


Explain what is rdbms?

585


Can you upgrade sql express to full sql?

520


Why join is faster than subquery?

603


discuss about myisam key cache. : Sql dba

565


Is sql dba a good career? : SQL DBA

537


What is the difference between nvl function, ifnull function, and isnull function?

594