This directory consists of:
- Advanced MySQL
- NoSQL
- Redis
- All your files will be executed on Ubuntu
18.04
LTS using MySQL5.7
(version5.7.30
) - All your files should end with a new line
- All your SQL queries should have a comment just before
- All your files should start by a comment describing the task
- All SQL keywords should be in uppercase (
SELECT
,WHERE
…) - A
README.md
file, at the root of the folder of the project, is mandatory - The length of your files will be tested using
wc