Welcome to QueryQuest, a 4-week SQL skill-building journey for beginner and intermediate coders. We're excited to have you join us as we learn, solve challenges, and build projects.
Week | Dates | Challenge Type | Platform |
---|---|---|---|
Week 1 | June 16 – 22 | SQL Challenge (Easy) | HackerRank |
Week 2 | June 23 – 29 | SQL Challenge (Medium) | HackerRank |
Week 3 | June 30 – July 6 | SQL Challenge (Hard) | HackerRank |
Week 4 | July 7 – 13 | Final Project | GitHub (this repo) |
At Code Social, we believe learning should be fun, hands-on, and creative. So instead of boring textbook queries, we’ve created three themed mini-projects you can choose from:
- 🍿
movies/
- 🍔
food_delivery/
- 🍛
biryani/
You can complete any one, any two, or all three — depending on your prep level and curiosity. The goal is to apply what you’ve learned in a real-world (and fun!) way.
-
Fork this repository to your GitHub account.
📎 Click here to fork: https://github.com/your-org/queryquest/fork -
Pick your project(s) from the folders listed above.
-
Inside each project folder, you’ll find the questions and challenge descriptions.
Solve the ones you like and save each solution as a.sql
file.
Example file names:movies.sql
food_delivery.sql
biryani.sql
-
Commit and push your
.sql
files to your forked repo.
To submit your final project, you'll open a Pull Request (PR) to this repository. Here's how:
-
Fork this repository
Click the top-right “Fork” button or use this link:
👉 Fork this repo -
Clone your fork
git clone https://github.com/YOUR_USERNAME/queryquest.git cd queryquest
-
Commit and push your changes
Copy
Edit
git add .
git commit -m "Final project submission - (name & email)"
git push origin main
- Drop your questions in
#queryquest-help
on Discord. - Tag a mentor if you’re stuck.
- We’re here to support you!
Because, why would you not show off that you're upskilling?
If you're new to SQL or want to brush up, check out these resources:
Need help or stuck on something?
- Ask questions in our Discord Server, under the
#queryquest-help
channel. - Tag a mentor if needed. We’re here to support you!
We love to see what you’re learning!
Use this template to share weekly updates on LinkedIn and tag us with #QueryQuest:
“Just completed Week [X] of QueryQuest! Loving the challenge of working with real SQL problems and learning so much. Excited for what’s next! #QueryQuest #LearningInPublic”
By participating, you can earn:
- 📜 Certificates
- 🗣️ Shoutouts on Social Media
- 🎓 1:1 mentorship with Arushi(Founder) & Kushagra (Co-Founder)
💡 Winner Criteria:
Top of leaderboard, working project, and original (non-AI generated) code.
Happy querying!
— Team Code Social💻