Quiz Summary
0 of 10 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Information
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:
Results
Results
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)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Answered
- Review
-
Question 1 of 10
1. Question
Which data type is used to create text columns in a database table?
CorrectIncorrect -
Question 2 of 10
2. Question
Which statement is used to add a column with unique integer values?
CorrectIncorrect -
Question 3 of 10
3. Question
While inserting records, if column names are not specified in the INSERT INTO clause, the order of the values in the VALUES clause and table columns must be:
CorrectIncorrect -
Question 4 of 10
4. Question
How many records can be inserted at a time using INSERT INTO query?
CorrectIncorrect -
Question 5 of 10
5. Question
How to select all records from a table \”Cars\” with columns \”Name\”, \”Id\” and \”Price\”?
CorrectIncorrect -
Question 6 of 10
6. Question
How to select all records from a table \”Cars\” with columns \”Name\”, \”Id\” and \”Price\” where \”Price\” is greater than 5000?
CorrectIncorrect -
Question 7 of 10
7. Question
To modify an existing record, the following query is used:
CorrectIncorrect -
Question 8 of 10
8. Question
The following query deletes all the records from a \”Cars\” table.
CorrectIncorrect -
Question 9 of 10
9. Question
Which function can be used to select unique values from a column?
CorrectIncorrect -
Question 10 of 10
10. Question
Which clause is used to filter data when GROUP BY statement is used?
CorrectIncorrect