Skip to content

Instantly share code, notes, and snippets.

@malikalichsan
Created January 3, 2019 03:13
Show Gist options
  • Save malikalichsan/ccfbf0d20bca976e8597840e474ffbea to your computer and use it in GitHub Desktop.
Save malikalichsan/ccfbf0d20bca976e8597840e474ffbea to your computer and use it in GitHub Desktop.
#Jabar Digital Services SQL Question 1
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