The university is in need of a complete database for students to practice queries on.  The front end will be in the form of a game with query results.  The students will need to rewrite the queries to get the same results.  The game can be used for beginners writing simple SQL queries, and also for more advance students writing advanced joins.  Instructors will also be able to use the database to create tests and assignments.

The database created is from themoviedb.org which adds an element of interest for students eager to learn about database design. This project uses the api offered by themoviedb.org to download a sizable database to a local SQL server. The game then interacts with the database on the server.

Project Student:  Christopher Pitsilides

Author