Welcome! This is your template project to practise writing SQL queries.
-
Run the following command first to install dependencies:
npm install
-
Open each query file in the
learnerfolder (e.g.query1.js,query2.js, etc.).
Replace the placeholder query (SELECT ...;) with your own SQL solution. -
Run each file to test your query output locally, for example:
node learner/query1.js
-
Once you are satisfied with your solution, upload your project to the autograder to check if your query is correct.
Good luck, and happy learning!