Created
January 3, 2019 03:13
-
-
Save malikalichsan/ccfbf0d20bca976e8597840e474ffbea to your computer and use it in GitHub Desktop.
#Jabar Digital Services SQL Question 1
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
select count(firstName) as total from students where firstName = 'John' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment