Validate Data in SQL using MySQL Workbench
Offered By: Coursera Project Network via Coursera
Course Description
Overview
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.
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.
Syllabus
- Project Overview
- 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.
Taught by
David Dalsveen
Related Courses
Introduction to Relational Database and SQLCoursera Project Network via Coursera Simple Retrieval Queries in MySQL Workbench
Coursera Project Network via Coursera Create a Database with the Modeling Tool in MySQL Workbench
Coursera Project Network via Coursera Complex Retrieval Queries in MySQL Workbench
Coursera Project Network via Coursera Database Creation and Modeling using MYSQL Workbench
Coursera Project Network via Coursera