Vidyalelo
MySQL · all questions

MySQL
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

1,185

Questions

25/60

Page

Pick an option on a question to see the right answer and solution.

What is used to perform an analysis of key values by the server?

Select an option to see the answer and solution.

The maximum non zero value for FLOAT is . . . . . . . .

Select an option to see the answer and solution.

Which of the following statements is/are correct?

Select an option to see the answer and solution.

STRICT_ALL_TABLES turns on stricter checking of data values.

Select an option to see the answer and solution.

The general statement-issuing routine is . . . . . . . .

Select an option to see the answer and solution.

Views are not updatable.

Select an option to see the answer and solution.

Is the following statement is true/false?
"Two NULL values are equal to each other"

Select an option to see the answer and solution.

MySQL automatically converts a date or time value to a number if the value is used in a numeric context.

Select an option to see the answer and solution.

The primary programming interface to MySQL is . . . . . . . .

Select an option to see the answer and solution.

The users responsible for query processing in database system are . . . . . . . .

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Which data directory subdirectory corresponds to the nbdinfo database?

Select an option to see the answer and solution.

Which data type is more suitable for storing "small notes" in Mysql?

Select an option to see the answer and solution.

The maximum length of the char columns is . . . . . . . .

Select an option to see the answer and solution.

For a table having 4 columns, the number of columns to which hash function is applied when using hash indexes is . . . . . . . .

Select an option to see the answer and solution.

If emp_id contain the following set {9, 7, 6, 4, 3, 1, 2}, what will be the output on execution of the following MySQL command?
SELECT emp_id
FROM person
ORDER BY emp_id ASC;

Select an option to see the answer and solution.

What will be the output of the following MySQL command?
SELECT *
FROM person
WHERE emp_id IS NULL;

Select an option to see the answer and solution.

Which clause in the SQL standard controls how NULL values in a composite foreign key are handled when comparing to a primary key.

Select an option to see the answer and solution.

Which option is used in mysqldump to make all tables in the destination databases to use a different storage engine?

Select an option to see the answer and solution.

Which option repairs MyISAM tables automatically after they open?

Select an option to see the answer and solution.