Site icon Database Tutorials

Delete With View In PostgreSQL

In this article, we will delete the data of the table in the view by performing a delete operation on our view, which takes the name, surname and phone information we have previously defined.

Let’s see our data first.

Let’s delete the record whose name is “ayşe” from the view.

We confirm the deletion of our data by selecting.

Exit mobile version