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 / pankaj

you can remove the rows from the view if it does not containing any of the following.
1> group function
2> group by clause
3> distinct keyword
4> rownum keyword

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we insert delete data in view?

542


How does sql developer connect to oracle database?

516


How would you reference column values before and after you have inserted and deleted triggers?

618


Explain the uses of control file.

613


How do I make sql search faster?

552






What is difference between cursor and trigger?

551


Are pl sql variables case sensitive?

590


what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

543


What does trigger mean in slang?

525


what is not null constraint? : Sql dba

544


What are the different datatypes available in PL/SQL?

564


What is the difference between sql and mysql?

551


Is pl sql different from sql?

528


What are the advantages of pl sql over sql?

543


How many joins in sql?

550