Created
October 3, 2013 21:21
-
-
Save TrevMcKendrick/6817318 to your computer and use it in GitHub Desktop.
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
"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