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

32/60

Page

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

If the PIPES_AS_CONCAT is disabled, 'abc' || 'xyz' results in . . . . . . . .

Select an option to see the answer and solution.

Which keyword is used to specify the foreign key after the table is created?

Select an option to see the answer and solution.

Find the error in the following MySQL statement?
SELECT cust_id, fed_id
FROM customer
WHERE cust_id = ’I’
AND fed_id BETWEEN 5000-00-000 AND 9999-999-000;

Select an option to see the answer and solution.

Hexadecimal numbers can be used in scientific notation.

Select an option to see the answer and solution.

How is a stored procedure invoked?

Select an option to see the answer and solution.

How many of the following do not support 'BIT' data type?
MyISAM, MEMORY, NDB

Select an option to see the answer and solution.

Which command is used to remove existing tables or database?

Select an option to see the answer and solution.

Which clause is used to rename the existing table?

Select an option to see the answer and solution.

System variable in MySQL server that enables to configure the SQL mode is . . . . . . . .

Select an option to see the answer and solution.

If the scheduler is stopped, no events run.

Select an option to see the answer and solution.

MySQL client runs on the machine containing the databases and servers connect to the client over a network.

Select an option to see the answer and solution.

Which mode does not remove trailing spaces when CHAR values are retrieved?

Select an option to see the answer and solution.

If an integer column is used for the values in range 1 to 99999, the best suitable datatype is . . . . . . . .

Select an option to see the answer and solution.

The mantissa in -1.58E5 is . . . . . . . .

Select an option to see the answer and solution.

The protocol CGI is . . . . . . . .

Select an option to see the answer and solution.

What represents a 'tuple' in a relational database?

Select an option to see the answer and solution.

Which of these is defined to execute when the table is modified only?

Select an option to see the answer and solution.

Which mode is used to turn off the special meaning of backslash and treat it as an ordinary character?

Select an option to see the answer and solution.

Before MySQL 5.1.6 which privilege was required to create and drop triggers?

Select an option to see the answer and solution.

Which of these exports table definitions and contents?

Select an option to see the answer and solution.