Created
May 16, 2019 07:09
-
-
Save ahikmatf/f25a3f56a7c7bb3d99cd52d855af917f to your computer and use it in GitHub Desktop.
This file contains 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
-- Write only the SQL statement that solves the problem and nothing else. | |
SELECT count(firstName) FROM students WHERE firstName = "John"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment