Add README and db file

This commit is contained in:
Joon Park 2018-03-07 14:23:01 -06:00
parent b1d7951ede
commit 6c686912bd
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,24 @@
# sql-mysteries
Inspired by @veltman's command-line mystery, use SQL to research clues and find out whodunit!
# SQL Murder Mystery
There's been a Murder in SQL City! The SQL Murder Mystery is designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime.
## Getting Started
* **For experienced SQL users**: read the prompt_experienced file, then download the sql-murder-mystery.db file and use a SQL environment of your choice to solve the mystery. You can use the cheatsheet to refresh your memory on SQL. Try to complete the activity all within your SQL environment (without writing down notes)!
* **For SQL beginners**: start with the cheatsheet to learn the basics of SQL, read the prompt_beginner file, then download the sql-murder-mystery.db file and load it in a SQL environment of your choice (we recommend the [SQLiteStudio](https://sqlitestudio.pl/index.rvt "SQLiteStudio")). If you get stuck at any point, feel free to refer back to the cheatsheet.
## Checking the Solution
Write the following queries in your SQL environment to check whether you've found the right murderer:
`INSERT INTO solution VALUES (1, "Insert the name of the person you found here");`
`SELECT value FROM solution;`
## Authors
Joon Park
Cathy He
## Inspiration
This murder mystery was inspired by [a crime in the neighboring Terminal City](https://github.com/veltman/clmystery).

BIN
sql-murder-mystery.db Normal file

Binary file not shown.