m31edu

Online learning and courses for GIS, MySQL and Python

5.00
(2 Ratings)

Relational databases in MySQL

Categories: database, MySQL, programming
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

The course is designed for people who have not had contact with the SQL language yet, but want to learn how to work with relational databases.

In the course, we discuss all the necessary issues, work with examples and exercises, starting from the basics: what is SQL and how to install and run a local MySQL server on your home computer, how to use SQL itself from both the console and MySQL Workbench. Then we discuss the topic of CRUD: Create, Read, Update, Delete where we discuss all these activities in detail. The next stage will be text and aggregate functions where you will learn to modify the results of database queries. Next, an important step will be learning how to create queries with a logic layer and calling the appropriate conditions that will make the query result dependent on their fulfillment. Finally, we discuss the topic of relations – their types, how to create and invoke, handle them or activate events with triggers.

At the end of the course, we will work on the data set in several tables connected by relations. In each section you will also find additional exercises that will allow you to check your knowledge and skills as well as notes summarizing the issues discussed.

Show More

What Will You Learn?

  • MySQL
  • SQL
  • databases
  • relational databases
  • CRUD
  • creating databases in MySQL
  • managing databases
  • loading data from files
  • saving data to files
  • joining tables
  • managing tables with multilevel relations

Course Content

1. Preparation of the environment

  • Entry note
  • Meet your instructor
    02:05
  • One monitor tip
  • 1.1. SQL Language
    03:47
  • 1.2. MySQL Workbench Installation
    10:05
  • 1.3. MySQL Console and Workbench navigation, creating and deleting databases
    15:10
  • 1.3. Excesises #1 – #4 *
  • 1.3. Solutions #1 – #4

2. CRUD

3. Text functions

4. Aggregative functions

5. Dates

6. Logic

7. Relations

Student Ratings & Reviews

5.0
Total 2 Ratings
5
2 Ratings
4
0 Rating
3
0 Rating
2
0 Rating
1
0 Rating
Jakub Kunakaj
3 years ago
.
JK
3 years ago
Easy to follow