Lesson 4 is added to the SQL tutorial. In the lesson you will learn how to start using MySQL Workbench, understanding its interface in details, and writing your first query:
https://freeskillacademy.com/tutorials/sql/how-to-use-mysql-workbench
https://freeskillacademy.com/tutorials/sql/how-to-use-mysql-workbench
Lesson 5 is added to the Learn English tutorial. In this lesson you will learn the name of days and months and some important expressions related to them:
https://freeskillacademy.com/tutorials/english/days-and-months
https://freeskillacademy.com/tutorials/english/days-and-months
Lesson 5 is added to the SQL tutorial. In this lesson, you will learn the basic rules that you should follow whenever you write SQL statements:
https://freeskillacademy.com/tutorials/sql/syntax
https://freeskillacademy.com/tutorials/sql/syntax
Lesson 6 is added to the SQL tutorial. In this lesson, you will learn how to create a database using SQL Commands:
https://freeskillacademy.com/tutorials/sql/create-database
https://freeskillacademy.com/tutorials/sql/create-database
Lesson 7 is added to the SQL tutorial.
In this lesson, you will learn how to delete a database using SQL Commands:
https://freeskillacademy.com/tutorials/sql/drop-database
In this lesson, you will learn how to delete a database using SQL Commands:
https://freeskillacademy.com/tutorials/sql/drop-database
Lesson 8 is added to the SQL tutorial.
In this lesson, you will learn about the most used types of data in SQL:
https://freeskillacademy.com/tutorials/sql/data-types
In this lesson, you will learn about the most used types of data in SQL:
https://freeskillacademy.com/tutorials/sql/data-types
Lesson 9 is added to the SQL tutorial.
In this lesson, you learn how to select a database using SQL Commands:
https://freeskillacademy.com/tutorials/sql/select-database
In this lesson, you learn how to select a database using SQL Commands:
https://freeskillacademy.com/tutorials/sql/select-database
Lesson 10 is added to the SQL tutorial.
In this lesson, you will learn how to create a table using SQL commands:
https://freeskillacademy.com/tutorials/sql/create-table
In this lesson, you will learn how to create a table using SQL commands:
https://freeskillacademy.com/tutorials/sql/create-table
Lesson 11 is added to the SQL tutorial.
In this lesson, you will learn how to delete a table using SQL commands:
https://freeskillacademy.com/tutorials/sql/drop-table
In this lesson, you will learn how to delete a table using SQL commands:
https://freeskillacademy.com/tutorials/sql/drop-table
Lesson 12 is added to the SQL tutorial.
In this lesson, you will learn how to insert records in a database table using SQL commands:
https://freeskillacademy.com/tutorials/sql/insert-into
In this lesson, you will learn how to insert records in a database table using SQL commands:
https://freeskillacademy.com/tutorials/sql/insert-into
Lesson 13 is added to the SQL tutorial.
In this lesson, you will learn how to create an auto-increment field using SQL Commands:
https://freeskillacademy.com/tutorials/sql/auto-increment
In this lesson, you will learn how to create an auto-increment field using SQL Commands:
https://freeskillacademy.com/tutorials/sql/auto-increment
Lesson 14 is added to the SQL tutorial.
In this lesson, you will learn how to select records from a database table using SQL commands:
https://freeskillacademy.com/tutorials/sql/select
In this lesson, you will learn how to select records from a database table using SQL commands:
https://freeskillacademy.com/tutorials/sql/select
Lesson 15 is added to the SQL tutorial.
In this lesson, you will learn how to give an alias name for the returned columns:
https://freeskillacademy.com/tutorials/sql/aliases
In this lesson, you will learn how to give an alias name for the returned columns:
https://freeskillacademy.com/tutorials/sql/aliases