Yes. You can just create view and treat as table. Use update statements like you do for tables.
Login to rate this answer.
Jean Daniel Joseph
Answered On : Jan 17th, 2012
Yes but you remember views, represents a virtual table but if you delete the table you wont be able to update the view
Login to rate this answer.
abinay
Answered On : Oct 6th, 2012
yes,we can update the view as like a table.view is virtual table,basically it is not having any storage data. in a view data will be coming from table.if u delete the table .we wont update the view.
Login to rate this answer.