Last active
January 17, 2019 08:12
-
-
Save akatgelar/e178c2fc136bcf00835083351078ccb1 to your computer and use it in GitHub Desktop.
SQL #1 Students - Answer for https://www.testdome.com/questions/sql/students/13651?visibility=17&skillId=17
This file contains hidden or 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
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