Adding week 2 assignment#282
Open
balance3840 wants to merge 3 commits intoHackYourFuture-CPH:mainfrom
Open
Conversation
Added the Week 2 assignment to include detailed instructions on using the DB Playground, SQL injection scenarios, and transaction handling. Added background information and structured tasks for aggregate functions, SQL injection prevention, and transaction management.
Adding week 2 assignment
adamblanchard
requested changes
Mar 24, 2026
Contributor
adamblanchard
left a comment
There was a problem hiding this comment.
Looking great. Just a couple of comments. Thanks for submitting this 🙇
|
|
||
| ### Option B — Local SQLite | ||
|
|
||
| If you prefer to work locally with the `sqlite3` CLI or DB Browser for SQLite, that works too. Submit a single `.sql` file with all your queries and comments, structured as shown in the [Submission](#submission) section. |
Contributor
There was a problem hiding this comment.
In the db modules i'm sure we teach using DBeaver, so i would reference that here instead of DB Browser - does that make sense?
|
|
||
| ### Option A — Use the Playground (recommended for Parts 1, 3 & 4) | ||
|
|
||
| 1. Open the **[DB Playground](https://amazing-brigadeiros-357b84.netlify.app/)** in **Chrome or Edge** (Firefox is not supported for file saving) |
Contributor
There was a problem hiding this comment.
This is so cool! Do you have a link to the source somehwere?
HYF has a netlify account too, so we could host it there in the future, to make sure we still can run it in case your deployment goes offline.
If you have it in a github repo, we can fork it to HYF's org. That way you still keep credit for the original :-) Or let me know what else could work!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the Week 2 assignment to include detailed instructions on using the DB Playground, SQL injection scenarios, and transaction handling. Added background information and structured tasks for aggregate functions, SQL injection prevention, and transaction management.