Introduction and Need of MySQL
  • Introduction to the course
  • Installation of MySQL
  • Database and tables structure
  • Datatypes in MySQL
  • Constraints in MySQL
Getting Started with MySQL
  • Types of SQL
  • Create command in MySQL
  • Insert command in MySQL
  • Select command in MySQL
  • Update command in MySQL
  • Delete command in MySQL
  • Alter command in MySQL
  • Drop, Rename and Truncate commands in MySQL
  • Concept of commit and rollback in MySQL
  • Automatic commit problem in MySQL
  • Commit, Rollback and Savepoint in MySQL
  • Grant and Revoke in MySQL
Constraints in MySQL
  • Primary key in MySQL
  • Auto_increment in MySQL
  • Foreign key in MySQL
  • Default, Not Null, Check and Unique constraints in MySQL
Some important topics of MySQL
  • And, Or, Not operators in MySQL
  • Order by, Like, Between, In operators in MySQL
  • Aggregate functions in MySQL
  • "Group by" in MySQL
  • End of the course