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

8/60

Page

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

Which Numeric Data type has the largest range?

Select an option to see the answer and solution.

If the operands are non binary strings, LIKE compares them according to their collation.

Select an option to see the answer and solution.

Which clause is used to determine "which column to include in the query sets"?

Select an option to see the answer and solution.

Which myisamchk variable represents the size of buffer used to hold index blocks?

Select an option to see the answer and solution.

Which command is used in Mysql command line tool to return to window command shell?

Select an option to see the answer and solution.

Select the sequence for how the query mechanism works?

Select an option to see the answer and solution.

Which key declares that an index in one table is related to that in another?

Select an option to see the answer and solution.

The statement that alters an existing event to have the given definition is . . . . . . . .

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Which one is the correct declaration for choosing the character set other than default?

Select an option to see the answer and solution.

fetchrow_hashref() returns reference to hash of row values keyed by . . . . . . . .

Select an option to see the answer and solution.

In which file are the statements entered in 'mysql' saved?

Select an option to see the answer and solution.

Suppose tbl_1 is a table consisting of 8 rows and tbl_2 is a table consisting of 6 rows, the number of combinations through which the search is performed is . . . . . . .
SELECT tbl_1.i1, tbl_2.i2
	FROM tbl_1 INNER JOIN tbl_2
	WHERE tbl_1.i1 = tbl_2.i2;

Select an option to see the answer and solution.

Which table lists the accounts and the databases for which the privileges are provided?

Select an option to see the answer and solution.

What is the shebang line?

Select an option to see the answer and solution.

What can be used interchangeably with MYSQL_VERSION_ID?

Select an option to see the answer and solution.

The number of tables among the following for which HIGH_PRIORITY have an effect are . . . . . . . .
MyISAM, MEMORY, MERGE

Select an option to see the answer and solution.

The MySQL clients are linked with . . . . . . . .

Select an option to see the answer and solution.

CGI stands for . . . . . . . .

Select an option to see the answer and solution.

There can be more than one column per table with the AUTO_INCREMENT attribute.

Select an option to see the answer and solution.