Can we perform insert, update and delete operations on a Sql view?

Forums SQLCan we perform insert, update and delete operations on a Sql view?
Staff asked 2 years ago

Answers (1)

Add Answer
Staff answered 2 years ago

Yes, We can perform operations like insertion, update and delete on a View.

Note: We can perform the above operations only when our view references only a single table. If the view references more than one base table then we cannot perform the above operations.

Subscribe

Select Categories