学生对 Coursera Project Network 提供的 Validate Data in SQL using MySQL Workbench 的评价和反馈
课程概述
By the end of this project, you will validate MySQL data in a MySQL database using SQL Triggers in MySQL Workbench.
MySQL is a widely used relational database. Often data is validated by applications before being inserted into a database. It is a good idea to validate data at the database level, since applications may use inconsistent validation leaving the data at risk. MySQL workbench provides a User Interface to MySQL that allows the creation of triggers to perform validation before an insertion or update is performed....