Skip to content

Instantly share code, notes, and snippets.

@igun997
Created May 18, 2019 11:07
Show Gist options
  • Save igun997/8021e23e41f6cdaad50374ac2f867ee0 to your computer and use it in GitHub Desktop.
Save igun997/8021e23e41f6cdaad50374ac2f867ee0 to your computer and use it in GitHub Desktop.
BE_SQL #1
-- Write only the SQL statement that solves the problem and nothing else.
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