These files are for the purposes of confirming the completion of the following courses:
A Bash script to generate a random number to guess, and tracking of scores through an SQL database.
- Files: number_guess.sh and number_guess.sql.
Scripts to insert and query data on a database.
- Files: insert_data.sh, queries.sh, worldcup.sql, games.csv and expected_output.txt.
A database to manage by fixing it of some pre-determined issues and a script to query it.
- Files: periodic_table.sql and element.sh.
A simple database with relations between tables such as "galaxy, star, planet and moon." I admit that the numbers regarding distances between these celestial bodies are not particularly accurate.
- Files: universe.sql.
| A script to determine 'real life' appointments in a database.