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

39/60

Page

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

The minimum value stored by signed TINYINT is . . . . . . . .

Select an option to see the answer and solution.

What does comparing a known value with NULL result into?

Select an option to see the answer and solution.

Triggers and events are not invoked automatically by the server.

Select an option to see the answer and solution.

Which keyword is used for sorting the data in descending order in Mysql?

Select an option to see the answer and solution.

Which data type character merges the "Check Constraint" into a data type definition?

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.

The option that executes all SQL statements in a SQL script irrespective of the number of errors is . . . . . . . .

Select an option to see the answer and solution.

The output from PHP is . . . . . . . .

Select an option to see the answer and solution.

xyz in the following MySQL statement is . . . . . . . .
CREATE VIEW xyz AS SELECT a, b FROM t;

Select an option to see the answer and solution.

The mode of search in which the search string is parsed into words and the search looks for rows is . . . . . . . .

Select an option to see the answer and solution.

The number of legal hexadecimal values among 0x0a, 0x0A, 0X0a and 0X0A is . . . . . . . .

Select an option to see the answer and solution.

What is exec_stmt_ssl written in?

Select an option to see the answer and solution.

Which statement is used to show the server's current character set and collation settings?

Select an option to see the answer and solution.

What is the return value from operations returning a row count?

Select an option to see the answer and solution.

How is a delimited-text data file reloaded?

Select an option to see the answer and solution.

The LOCAL capability for LOAD DATA does not need to be enabled explicitly.

Select an option to see the answer and solution.

Under which option are index changes not flushed until tables close?

Select an option to see the answer and solution.

The expression '2 BETWEEN 2 AND 5' results in . . . . . . . .

Select an option to see the answer and solution.

Which statement is used to produce a stored function?

Select an option to see the answer and solution.

What will be the output of the following MySQL statement "true OR Null"?

Select an option to see the answer and solution.