Choose a topic to test your knowledge and improve your SQL skills
In which table of INFORMATION_SCHEMA is the information about table index characteristics stored?
What is the join where all possible row combinations are produced?
What is the clause that filters JOIN results called?
What are CROSS JOIN and JOIN are similar to?
The grant table that stores users who can connect to the server and their global privileges are ______
The stored-routine privileges are contained in _______
The statement used to obtain access privileges to an account is _______
The operators used when a subquery returns multiple rows to be evaluated in comparison to the outer query are _______
The ALL subquery performs the operation ______
The keyword used with UNION that does not retain duplicate rows is _______
The keyword used with UNION that retains duplicate rows is ________
The log that contains a record of server startups and shutdowns and the messages about exceptional conditions is ______
The log that identifies statements that may be in need of being rewritten for better performance is ________
The default value in seconds in the system variable ‘long_query_time’ is ______
The logging option to enable binary log index file is _______
The operators that are used when a subquery returns multiple rows to be evaluated in comparison to the outer query are ____________
The ALL subquery performs operations on _____________
What is the kind of delete when deletion of an employee from the table also deletes that employee from another table?
The storage engine in MySQL that provides foreign key support is ___________
What is the property of InnoDB that enforces foreign key relationships stay intact?
Which mode exists at both global level and session-specific level?
Which system variable determines the number of rows from INSERT DELAYED statements that can be queued per table?
The largest value to which the variable ‘max_allowed_packet’ can be set is _______
Increasing the value of which system variable enables mysqld to keep more tables open simultaneously?
The keyword used with UNION that retains duplicate rows is ___________
The search mode that uses natural language search as a subroutine is ________
For what can the FULLTEXT indexes be created for?
For which of these storage engines are configuration options always built?
The storage engine for which the runtime options are always enabled is ______
The most important configurable resource for MyISAM is _____
Which system variable enables mysqld to keep more tables open simultaneously?
How can a view refer to multiple tables?
What is the mantissa in -1.58E5?
What is the precision of BIGINT?
How many digits is the DECIMAL used for expressions containing only exact values with fractional part?
The LOCAL capability for client library is enabled by _______
What is the most important configurable resource for MyISAM?
How many options can be used to control LOCAL capability at runtime?
The mode used to turn off the special meaning of backslash and treat it as an ordinary character is ______
What is x’ffff’ in decimal?
What are X’61626364′ and X’61626364′?
The variable which represents the default time zone of the MySQL server is _______
The number of options that can be used to control LOCAL capability at runtime is _____
If an error occurs during the transaction the troubleshoot is ______
The ‘A’ in the ACID property of transactions is _____
The ‘C’ in the ACID property of transactions is ____
The datatype that means a variable length non binary string is _____
The date and time datatype that stores time value in ‘hh:mm:ss’ format is ______
The spatial datatype used to store a curve is _______
The option that supplies the pathname to root directory of MySQL installation is _______