0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Average score |
|
Your score |
|
What is SQL primarily used for?
What does the SQL command SELECT
do?
Which SQL statement is used to extract data from a database?
What does WHERE
clause in SQL do?
What SQL clause is used to sort the result-set?
How do you select all the columns from a table named “Customers”?
Which SQL statement is used to insert a new record into a database table?
What SQL statement is used to modify data in a database?
Which SQL statement is used to delete data from a database?
Which SQL keyword is used to return only distinct (different) values?