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

2/60

Page

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

The line that is not used to turn on the event scheduler is . . . . . . . .

Select an option to see the answer and solution.

What will be the storage pattern for "float(4,2)" in Mysql?

Select an option to see the answer and solution.

To how many of the following does the prepared-statement API apply to?
CREATE TABLE, DELETE, DO, INSERT

Select an option to see the answer and solution.

Which program reads the statement from a binary log?

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

FULLTEXT indexes can be created only for . . . . . . . .

Select an option to see the answer and solution.

What will be the output of the following SQL statement?
SELECT  * FROM person
WHERE person_id=1;

Select an option to see the answer and solution.

The statement used to select a default database is . . . . . . . .

Select an option to see the answer and solution.

Input can be validated in MySQL programs.

Select an option to see the answer and solution.

Keyword "ASC" and "DESC" cannot be used without which clause in Mysql?

Select an option to see the answer and solution.

Which of these grant table scope columns is case insensitive?

Select an option to see the answer and solution.

The option that supplies the pathname to root directory of MySQL installation is . . . . . . . .

Select an option to see the answer and solution.

Which among the following operators is/are belongs to "Equality conditions"?

Select an option to see the answer and solution.

What is the durability property of transactions?

Select an option to see the answer and solution.

The disk data that the FILES table in INFORMATION_SCHEMA stores is . . . . . . . .

Select an option to see the answer and solution.

Prior to MySQL 6.0, utf8 was . . . . . . . .

Select an option to see the answer and solution.

Which Clause is used to sort the stored data in alphabetical order?

Select an option to see the answer and solution.

Triggers and events are invoked automatically by the server.

Select an option to see the answer and solution.

Which of these is also known as a virtual table?

Select an option to see the answer and solution.

Which of these can be used in place of MYSQL_SERVER_VERSION?

Select an option to see the answer and solution.