Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Created January 17, 2019 08:38
Show Gist options
  • Save yohangdev/df35cde9923a3495dd66a1e38a7da143 to your computer and use it in GitHub Desktop.
Save yohangdev/df35cde9923a3495dd66a1e38a7da143 to your computer and use it in GitHub Desktop.
SQL #1 - Students
SELECT COUNT(*) FROM students WHERE firstName = 'John';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment