Logo

Mysql Questions Set 27:

Quiz Mode

The bit-field values are prefixed with __________ 

1
2
3
4

Solution:

Which is an illegal unquoted identifier name?

1
2
3
4

Solution:

 The NULL value also means ___________ 

1
2
3
4

Solution:

 What is data in a MySQL database organized into? 

1
2
3
4

Solution:

Which statement is used to sort a UNION operation result as a whole?

1
2
3
4

Solution:

  Which storage engine in MySQL provides foreign key support?
 

1
2
3
4

Solution:

Which of the following clauses is used to display information that match a given pattern? 

1
2
3
4

Solution:

Suppose runme.sh is a script file. Which command is used to make it executable? 

1
2
3
4

Solution:

  What is the meaning of “Range Conditions” 

1
2
3
4

Solution:

The mode of search in MySQL full-text search is the search string parsed into words, and the search looks for rows that contain those words. This mode is called:

1
2
3
4

Solution: