To use this website fully, you first need to accept the use of cookies. By agreeing to the use of cookies you consent to the use of functional cookies. For more information read this page.

Part 1.1Course introduction

MySQL is the world's second most popular database management system and is the world's most widely used open-source relational database management system (RDMS).

SQL or Structured Query Language is a programming language designed for the management of a database system and its content, specifically in relation to an RDMS.

SQL is largely a declarative language. It also however, features procedural elements.

The course

This course requires access to some MySQL server, preferably a local one.

MAMP is a good way to get started and is used largely for this course.

Server-side lanaguage knowledge is not required but it is maybe a good idea for testing MySQL statements.

This course covers SQL, but it focuses on the MySQL and MariaDB implementations of SQL and not on the MS-SQL implementation.

It is important to note that as there are strong similarities between MariaDB and MySQL, this course will largely work with either.

Code previewClose
Feedback 👍
Comments are sent via email to me.