Choose a topic to test your knowledge and improve your SQL skills
The log enabled by –relay-log-index is _____
What is the storage size in bytes required for the MEDIUMINT datatype?
What is the size of the BIT type?
What is the synonym for REAL?
Execution on a time activated basis according to a schedule is done by _______
The character that the MySQL client program recognizes as a statement delimiter is _______
Which upgrade involves exporting existing data using mysqldump?
Which upgrade involves shutting down the old MySQL version and replacing the old binaries?
Slow shutdown can be performed by setting innodb_fast_shutdown to ________
The command to see the warning messages is _______
What is the SQL mode to check for divide by zero error?
The mode used to turn on strict mode and all of the additional restrictions is ____
The number of values returned from a stored procedure can be _____
How would a stored function named PI() written in the database ‘sampdb’ be called?
The privilege that must be given to the database to create a stored function or procedure is _____
To check if the data directory contains insecure files or directories, the command executed is _____________
What enables the read and execute access to all users outside of mysql group.
Which program is used as a utility for MyISAM table maintenance?
What does the AUTO_INCREMENT sequences normally begin at?
How can the value of recently generated sequence number be obtained?
What does LAST_INSERT_ID() return when no AUTO_INCREMENT value has been generated during the current connection?
Triggers are not supported for ______
How is a stored procedure invoked?
Which table lists the accounts and the databases for which the privileges are provided?
The table that lists the column level privileges is ______
Which of these grant table scope columns is case insensitive?
What causes a replication master server to delete all the binary log files even if they are still in use?
What does ‘abc’ || ‘xyz’, when PIPES_AS_CONCAT is enabled, result in?
What does the expression ‘2 BETWEEN 2 AND 5’ result in?
The line that is not used to turn on the event scheduler is ______
The statement that is used to check the status of the event scheduler at runtime is _____
The value of event_scheduler that enables checking status but not changing it at runtime is ______________
How many files does each end of a client/server connection including SSL support use to set up secure communications?
The TLS protocol is _____
The grant table scope columns that is case insensitive is _____
Which variable checks for the availability of SSL support?
What is the best datatype for a column that is expected to store values up to 2 million?
The datatype that stores the longest length of strings is _____
The security context when a user creates a stored program that accesses sensitive data but forgets that other people who can invoke the object have the same access is ______
The recovery of data changes made since a given point in time is called ____
What performs a key distribution analysis and stores the distribution for the named table or tables?
Which of the following columns is not returned by ‘OPTIMIZE TABLE’?
REPAIR TABLE does not work for _____
What is a synonym for CHARACTER SET?
The line which is written at the top of the script to write a Perl script using CGI.pm is _______
To perform consistency checks on a MyISAM table the statement is _____
The statement that performs key distribution analysis and stores the distribution for the named tables is _______
The column not returned by ‘OPTIMIZE TABLE’ is ______
For which table does ‘REPAIR TABLE’ not work?
What is the Perl DBI?