April 2024
Intermediate to advanced
127 pages
2h 29m
English
Now that we have a basic understand of MySQL, let’s start learning some SQL commands.
Throughout this book, we’ll be building a database called companyHR that has two tables - employees and mentorships.
The database will be used to demonstrate most of the concepts covered. Hence, you are strongly encouraged to follow along and try out the various examples.
To do that, first create a folder on your desktop and name it MySQLExamples.
Next, launch MySQL Workbench and create a new file by clicking on File > New Query Tab and save this file as practice.sql (File > Save Script As... ) in the MySQLExamples folder.
*** Examples that you should try will be presented in bold. Whenever ...
Read now
Unlock full access