sql-command-cheat-sheet.md update cheat sheet Mar 14, 2022 View all files README 🎃 SQL Injection Demo Watch the Video First! Video Link:https://www.youtube.com/watch?v=wSOlJ_duQU4&t=110s In this video, I covered what SQL is, some basic commands of MySQL, how to perform SQL i...
git commit -m "fix(security): address SQL injection vulnerability" # Push and create PR against production branch git push -u origin hotfix/critical-security-issue # After merge and deployment to production: # Also merge the fix to main to keep branches in sync git switch main git pull ori...