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

Why stored procedure is better than query?

690


Can we use distinct and group by together?

783


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2762


what is cross join? : Sql dba

742


Can we alter stored procedure?

717






How do I run a script in sql developer?

703


Why do we use sqlite?

707


How to run sql statements through the web interface?

730


Is it possible to remove child records without removing master table records...the two having pk,fk relationship?

1000


What is the left table in sql?

699


Explain character-manipulation functions?

838


What is sql key?

691


What is left join in postgresql?

750


Are sql connections encrypted?

747


How are functions and procedures called in PL/SQL?

802