Skip to content

Instantly share code, notes, and snippets.

@TrevMcKendrick
Created October 3, 2013 21:21
Show Gist options
  • Save TrevMcKendrick/6817318 to your computer and use it in GitHub Desktop.
Save TrevMcKendrick/6817318 to your computer and use it in GitHub Desktop.
"Which SQL command selects all the columns from the sable?"
SELECT *
SELECT all
SELECT rows
SELECT every_one_of_them
"Which SQL command is used to sort the result-set?"
SORT
ARRANGE
SORT_BY
ORDER BY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment