Exercises that test your SQL skills and teach you Exposed :)
- This project requires Java 21 (if you're having problems with this, check Gradle JVM selection in IDEA)
- An in-memory database (H2) is created when running the tests
- Run PcCompanyExercisesTest#exercise00 to make sure everything is set up correctly and works.
Want to know what it's like to write queries for a website that sells computers? Do the exercises in PcCompanyExercises!
- See the schema in PcCompanySchema
- You can test your solutions by running PcCompanyExercisesTest
- If you get stuck, have a look at the plain SQL solutions in sql-solutions/pc and try to implement them with Exposed.
These exercises are taken from sql-ex and date back to 2002.