How To Update/Insert/Delete Data From/In A MySQL Database View
Description: This application is an example of updating, inserting and deleting data in a MySQL database view. Every update/insert/delete will automatically update the contents of the underlying table(s).
Key points:
- the database views are available in
data-mysql.sql
file - respect MySQL requirements for updatable and insertable database views