Site icon Database Tutorials

Update With View In PostgreSQL

In this article, we will update the table in the view by performing an update on our view, which takes the name, surname and phone information we have previously defined.

First, let’s see our data.

 

Let’s change the surname of the person whose surname is aa in our velievtlf view to Pınar.

 

The update has been done.

Let’s see the current version of our data by selecting our table.

Exit mobile version