Sql View
Ca we perform DML opration on View?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Aug 26, 2013, 11:42 PM
Regards,
Iftikar
Jignesh TrivediPosted Aug 26, 2013, 10:59 PM
hi,
yes you can perform DML operation on View(simple view as well as complex view(with the join and group by cluase).
Please check out following links
http://etutorials.org/SQL/Mastering+Oracle+SQL/Chapter+3.+Joins/3.5+DML+Statements+on+a+Join+View/
http://www.dotnetspider.com/forum/156914-dml-operations-views.aspx
hope this will help you.
Abhineet SrivastavaPosted Aug 26, 2013, 1:08 PM
What about on those view who have made using Join statement?
Iftikar HussainPosted Aug 4, 2013, 1:20 AM
You can have SELECT, INSERT, UPDATE, DELETE statement for a view. But it will always affect your original Table for DELETE, INSERT and UPDATE.
Regards,
Iftikar