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

6/60

Page

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

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

Select an option to see the answer and solution.

Which of the following statements is/are correct with respect to "VIEW"?

Select an option to see the answer and solution.

Which disk data does FILES table in INFORMATION_SCHEMA store?

Select an option to see the answer and solution.

The TRIGGER privilege is used for the table to be able to create and drop triggers for it.

Select an option to see the answer and solution.

What performs administrative operations?

Select an option to see the answer and solution.

The hub of a MySQL installation is . . . . . . . .

Select an option to see the answer and solution.

Which variable checks for the availability of SSL support?

Select an option to see the answer and solution.

SHOW DATABASES lists the databases in the server to which you are connected.

Select an option to see the answer and solution.

Which case does InnoDB store database names in?

Select an option to see the answer and solution.

What is the log in which data changes received from a replication master server are written?

Select an option to see the answer and solution.

In the following SQL command "person_id" can be . . . . . . . .
SELECT person_id, fname, lname, Birth_data FROM person WHERE person_id=1;

Select an option to see the answer and solution.

A binary string is not associated with a character set.

Select an option to see the answer and solution.

What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE start_date BETWEEN ‘2007-01-01’ AND ‘2008-01-01’;

Select an option to see the answer and solution.

INFORMATION_SCHEMA is based on the SQL standard.

Select an option to see the answer and solution.

To maintain performance of tables having variable length rows, which statement is used?

Select an option to see the answer and solution.

Which mode tells not to cache query results?

Select an option to see the answer and solution.

What attempts auto recovery based on the contents of its serial log?

Select an option to see the answer and solution.

A multiple-table delete cannot apply any join.

Select an option to see the answer and solution.

The datadir variable value can be seen using . . . . . . . .

Select an option to see the answer and solution.

The AUTO_INCREMENT sequences normally begin at . . . . . . . .

Select an option to see the answer and solution.