January 2019
Beginner
556 pages
14h 19m
English
By default, simple PostgreSQL views are auto-updatable. Auto-updatable means that you can use the view with the DELETE, INSERT, and UPDATE statements, in order to manipulate the data of the underlying table. If the view is not updatable (which is not simple) due to the violation of one of the following constraints, the trigger and rule systems can be used to make it updatable. The view is automatically updatable if the following conditions are met:
Read now
Unlock full access