Created
May 14, 2019 16:34
-
-
Save dikiwidia/dbf94df26801d406ad6e678592b3f5ae to your computer and use it in GitHub Desktop.
Menjawab pertanyaan : https://www.testdome.com/questions/sql/students/13651?visibility=17&skillId=17
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(*) FROM students WHERE firstName = 'John' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment