MySQL Course for Beginners
About Course
Welcome to the MySQL Course.
In this Video Course, learn MySQL and its concept. MySQL is a relational database management system (RDBMS). RDBMS is the basis for SQL and all modern database systems such as MySQL, MS SQL Server, Microsoft Access, Oracle, etc. We have covered MySQL in this course. The course is for beginners and consists of 100+ live running queries, including creating new databases and tables.
The course begins with MySQL Introduction and Features. Then, we have shown how to set up and install it on Windows. We proceed further with creating a new database and table, to perform various operations on it. With that, we have also covered live-running queries in every lesson.
Note: The flow would be step-by-step and the explanations would include a tutorial-like format, to make it easier for beginners to understand a new database and table and its concepts, with live running queries as examples. The course is for working with MySQL on Windows.
Course Highlights
- 42 lessons
- 2 hrs. 23 minutes video with live running examples
- 100+ examples
While learning, you will get an opportunity to work on various hands-on exercises and understand the role of databases in a real-world application.
Course Lessons
Section 1: MySQL Introduction
- Introduction & Features
- SQL vs NoSQL
Section 2: MySQL Installation & Setup
- Install MySQL on Windows 10
- Install MySQL on Windows 11
Section 3: Create and Insert
- Create a Database
- Create a Table
- Insert Records
Section 4: Select Records in MySQL
- SELECT Statement in MySQL
- SELECT DISTINCT Statement in MySQL
- WHERE Clause in MySQL
Section 5: Constraints in MySQL
- Not Null Constraint
- Primary Key Constraint
- Foreign Key Constraint
- Unique Constraint
- Default Constraint
- Check Constraint
Section 6: Alter a Table in MySQL
- Alter the Table and add a new column
- Alter the Table and drop a column
- Alter the Table and modify a column
Section 7: Operator in MySQL
- AND Operator
- OR Operator
- NOT Operator
- IN Operator
- LIKE Operator
- BETWEEN Operator
Section 8: Case Statement in MySQL
- Case Statement
Section 9: Comments in MySQL
- Add a comment in MySQL
Section 10: Built-in Functions
- sum() function
- avg() function
- count() function
- max() function
- min() function
Section 11: MySQL Statements
- UPDATE Statement
- DELETE Statement
Section 12: Order Records in MySQL
- ORDER BY Statement
Section 13: Limit Records in MySQL
- How to select limited records with the LIMIT Clause
Section 13: MySQL Alias and Auto Increment
- Alias
- Auto Increment
Section 14: MySQL Indexes
- Create, Drop, and Show Indexes
Section 15: MySQL Joins
- INNER, LEFT, and RIGHT Joins
Section 16: Drop Table and Database
- DROP TABLE Command
- DROP DATABASE Command
Hit the Enroll button!
Course Content
MySQL – Introduction
- 00:00
- 00:00