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

What is the advantage of index in sql?

690


How do I make sql search faster?

768


how many columns can be used for creating index? : Sql dba

675


What is a left join?

693


Which join is default?

712






What is clustered index sql?

700


How many sql commands are there?

851


What is a boolean in sql?

707


what does it mean to have quoted_identifier on? : Sql dba

894


Which one is better sql or oracle?

703


How do I truncate a sql log file?

741


define data blocks ? : Sql dba

736


How much does sql certification cost?

746


What are the disadvantages of file system?

828


How do you define a foreign key?

721