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

43/60

Page

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

How can we define the clause "FROM" in Mysql?

Select an option to see the answer and solution.

Which file is created by the server to store the database attributes?

Select an option to see the answer and solution.

How many of the following can be used in stored functions?
PREPARE, EXECUTE, DEALLOCATE PREPARE

Select an option to see the answer and solution.

Which of these has a lower memory requirements?
mysql_use_result(), mysql_store_result()

Select an option to see the answer and solution.

How many files does each end of a client/server connection including SSL support use to set up secure communications?

Select an option to see the answer and solution.

The mode used to turn on strict mode and all of the additional restrictions is . . . . . . . .

Select an option to see the answer and solution.

What does the AUTO_INCREMENT sequences begin at by default?

Select an option to see the answer and solution.

The number of languages that have interfaces to bind to the C API of MySQL among these is . . . . . . . .
Perl, PHP, Python

Select an option to see the answer and solution.

Which clause is used to "Modify the existing field of the table"?

Select an option to see the answer and solution.

The maximum non zero values for DOUBLE is . . . . . . . .

Select an option to see the answer and solution.

Which statement is used to verify optimizer operation?

Select an option to see the answer and solution.

The statement that exits a labeled flow-control construct is . . . . . . . .

Select an option to see the answer and solution.

How can a view refer to multiple tables?

Select an option to see the answer and solution.

To see the table structure which command is issued?

Select an option to see the answer and solution.

A view can refer to multiple tables via . . . . . . . .

Select an option to see the answer and solution.

What is the meaning of "HAVING" clause in Mysql?

Select an option to see the answer and solution.

What does mysql_real_connect() return if it fails?

Select an option to see the answer and solution.

The -protocol value 'TCP' runs on which operating systems?

Select an option to see the answer and solution.

What is the default format for "Timestamp" data type?

Select an option to see the answer and solution.

Connections to remote servers always use TCP/IP.

Select an option to see the answer and solution.