Quiz-summary
0 of 10 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Information
Are you able to resolve today’s SQL quiz?
This week’s test has a difficulty level of: EASY
Quiz subject: General concepts
Good luck!
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 have to finish following quiz, to start this quiz:
Results
0 of 10 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Answered
- Review
-
Question 1 of 10
1. Question
What does SQL stand for?
Correct
Incorrect
-
Question 2 of 10
2. Question
What does the following command do?
SELECT Type FROM CakesCorrect
Incorrect
-
Question 3 of 10
3. Question
How do you select all the values from the Cakes table?
Correct
Incorrect
-
Question 4 of 10
4. Question
How can you select all the records in the Cakes table, where the cake name is “Strawberry Cake”?
Correct
Incorrect
-
Question 5 of 10
5. Question
What keyword do you use to specify that only unique rows can appear in the result set?
Correct
Incorrect
-
Question 6 of 10
6. Question
Select the correct order in which the following cakes will appear when this command is executed:
SELECT * FROM Cakes ORDER BY NameStrawberry Cake
Vanilla Ice-cream Cake
Banana CakeCorrect
Incorrect
-
Question 7 of 10
7. Question
Which of the following commands is used to delete all the rows in the Cakes table?
Correct
Incorrect
-
Question 8 of 10
8. Question
What does the following command do?
SELECT COUNT(*) FROM CakesCorrect
Incorrect
-
Question 9 of 10
9. Question
A primary key may have NULL values.
Correct
Incorrect
-
Question 10 of 10
10. Question
Which of the following selects all the cakes that start with letter B?
Correct
Incorrect