Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
add comment to solve.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
glacialcascade authored Jun 8, 2024
1 parent 7c65f42 commit c4c9b52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user-1/solve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ response.
So, we can assume that the server is hard-coded to check id=1, which
gives sense given the challenge title, description, etc.

(Another simple way to conclude this is by using a single ", which yields
the error « unrecognized token: """" WHERE id=1" ».)

We can use the FOREIGN KEY constraint to our advantage, given
the ON UPDATE CASCADE keyword.

Expand Down

0 comments on commit c4c9b52

Please sign in to comment.