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

27/60

Page

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

The storage engine in MySQL that provides foreign key support is . . . . . . . .

Select an option to see the answer and solution.

What will be the output of the following MySQL command?
SELECT *
FROM employee
WHERE (title=’HEAD TELLER’) OR (start_date=2013-01-24);

Select an option to see the answer and solution.

The generic handle whose meaning depends on context is . . . . . . . .

Select an option to see the answer and solution.

What is preferred when stored procedures are not being used?
CLIENT_MULTI_STATEMENTS, mysql_set_server_option()

Select an option to see the answer and solution.

In PHP, which operator is used to access property of an object?

Select an option to see the answer and solution.

What does the AUTO_INCREMENT sequences normally begin at?

Select an option to see the answer and solution.

To perform analysis of key values by the server, the statement used is . . . . . . . .

Select an option to see the answer and solution.

What does mysql_init() return?

Select an option to see the answer and solution.

What is SBR replication?

Select an option to see the answer and solution.

Slow shutdown can be performed by setting innodb_fast_shutdown to . . . . . . . .

Select an option to see the answer and solution.

REGEXP takes collation into account.

Select an option to see the answer and solution.

The default case sensitivity of database and table names depends on . . . . . . . .

Select an option to see the answer and solution.

What is the role of "CONSTRAINS" in defining a table in Mysql?

Select an option to see the answer and solution.

The creation of a stored program is similar to the definition of a . . . . . . . .

Select an option to see the answer and solution.

The optimizer_prune_level is set by default.

Select an option to see the answer and solution.

The statement used to change the table name is . . . . . . . .

Select an option to see the answer and solution.

The default path to perl in Unix is . . . . . . . .

Select an option to see the answer and solution.

What is the storage size in bytes required for the MEDIUMINT datatype?

Select an option to see the answer and solution.

If no database has been selected, specifying a database qualifier is necessary.

Select an option to see the answer and solution.

Query Mechanism performs the following functions?

Select an option to see the answer and solution.