How to install MySQL on Windows to practice SQL

Опубликовано: 28 Апрель 2026
на канале: Ajay Tech
8,441
191

A quick video to show you how to install MySQL Server & Workbench on Windows. This is useful to practice SQL. SQL is probably the most used type of data storage in companies. Every Data Scientist needs to have SQL skills to be able to extract the data to analyze it.

For more details on MySQL installation, visit https://ajaytech.co/my-sql-installation/

What is a Database
A database is a software that is used to store data. There are many types of databases (relational, graph, document etc) but we are going to focus only on relational database as it is the most popular database format. Also, SQL is specifically used for relational databases. Relational databases comprise of data in tabular format

What is SQL
SQL is the language of relational databases. It can be used to create, extract, manipulate and delete data in the database
https://ajaytech.co/just-enough-sql/