We're going to use what we've already learned about searching with SQL commands and apply it to chase down and capture an elusive and world-renowned thief: Carmen Sandiego. Follow the clues, use the interweb, write down both the SQL commands/queries you used and your answers to the clues, and figure out where Carmen is headed so we can catch her.
- Fork and clone this repo.
- Go inside the folder you just cloned
- From your terminal we will create a database called
carmenand populate it with the data found inworld.sql. The only thing you have to do is to run the command in your terminal.
$: psql -f world.sqlYou should see something like this. 👇
Now your database is ready!!!! good luck detective
🔍
- On the file find_carmen.sql use the clues to create the appropriate SQL queries to help you find Carmen. Tell us where she's heading!
- You can run your queries on the terminal or in pgAdmin, just save the final query to the file and move to the next clue.
- For each clue solved do a commit 😉
- Create a pull request to submit your work.
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

