INTRODUCTION TO SQL
INTRODUCTION TO SQL

SQL is the most important skill that a data scientist must posses.

SQL (Structured Query Language) is the standard programming language for relational databases. It may be used in various database systems such as: MySQL, SQLite, PostgreSQL and others.

MySQL is a relational database management system based on SQL. The most common use for MySQL is for the purpose of a web database. It is the database system used in this project.

Document