Quiz Summary
0 of 30 Questions completed
Questions:
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
Your time:
Time has elapsed
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 30
1. Question
Can DISTINCT command be used for more than one column?
-
Question 2 of 30
2. Question
Can I call a trigger directly called from an application?
-
Question 3 of 30
3. Question
A view is nothing but a ________ table or a stored query
-
Question 4 of 30
4. Question
User() fucntion returns the current users user name and ___________
-
Question 5 of 30
5. Question
If an ENUM column is declared NOT NULL, its default value is the first element of the list of allowed values.
-
Question 6 of 30
6. Question
Which of the following ways below are the correct way to get the current date?
-
Question 7 of 30
7. Question
Which is the default order of sort in ORDER BY clause?
-
Question 8 of 30
8. Question
Enum values are stored accodring to their index numbers
-
Question 9 of 30
9. Question
An outer join requires each record in the two joined tables to have a matching record.
-
Question 10 of 30
10. Question
On executing DELETE command, if you get an error “foreign key constraint”- what does it imply?
-
Question 11 of 30
11. Question
USE keyword is used to select a ___________
-
Question 12 of 30
12. Question
BLOB data type can have default column value.
-
Question 13 of 30
13. Question
What is a candidate key?
-
Question 14 of 30
14. Question
How much storage space does DATETIME require?
-
Question 15 of 30
15. Question
–i-am-a-dummy flag is used Makes the MySQL engine refuse UPDATE and which other command?
-
Question 16 of 30
16. Question
How can we get the number of records or rows in a table?
-
Question 17 of 30
17. Question
Which of the following file extension is a valid MyISAM file extension?
-
Question 18 of 30
18. Question
Can I define multiple unique constraints on a table?
-
Question 19 of 30
19. Question
If an ENUM column is declared NOT NULL, its default value is the first element of the list of allowed values.
-
Question 20 of 30
20. Question
When do we use a HAVING clause?
-
Question 21 of 30
21. Question
User() fucntion returns the current users user name and ___________
-
Question 22 of 30
22. Question
Can I call a trigger directly called from an application?
-
Question 23 of 30
23. Question
Write a query to delete a row from a table “academy” in database “wscube” whose “id” field have the value ‘2’ assuming that you are in the same database?
-
Question 24 of 30
24. Question
Write a query to search records who are having ‘3’ as value in it’s “id” field in a table “academy” in database “wscube”?
-
Question 25 of 30
25. Question
Write a select query to retrieve the records from the table “students”?
-
Question 26 of 30
26. Question
How much character are allowed to create database name?
-
Question 27 of 30
27. Question
Primary Key does allow the Null Values. where as in Unique key doesn’t accept the Null values.
-
Question 28 of 30
28. Question
Which of the following is used to delete an entire MYSQL database?
-
Question 29 of 30
29. Question
What SQL clause is used to restrict the rows returned by a query?
-
Question 30 of 30
30. Question
A table may be joined to itself.