Choose a topic to test your knowledge and improve your SQL skills
The argument to the function mysql_error() is ________
What does mysql_real_connect() return if it fails?
The –protocol value ‘TCP’ runs on which operating systems?
The general statement-issuing routine is _______
For failure, mysql_query() returns ______
mysql_fetch_row() returns ______
What enables encrypted connections to be established?
The exec_stmt_ssl is written in ______
On failure, ‘mysql_query()’ returns ______
Which mode prevents MySQL to perform full checking of date parts?
Which statement is used to determine the storage engine for individual tables?
Which table in the ‘INFORMATION_SCHEMA’ stores information about storage engines and server plugins?
The embedded server library containing the MySQL server linkable into applications is ______
When building from source, the embedded server library is enabled by _____
Which clause is used to display information that matches a given pattern?
Comparing a known value with NULL results into _______
Which is the command to move the cursor to the beginning of line in mysql input editor?
The name of the option file in Unix is ______
System variable in MySQL server that enables to configure the SQL mode is ____
Which option enables multiple-statement execution?
Which option executes all SQL statements in a SQL script irrespective of the number of errors?
To see the table structure which command is issued?
Which character is illegal in naming an unquoted identifier in SQL?
Which statement is valid if ‘`sampledb`’ is a database and ‘`tbl`’ is a table in it?
The default case sensitivity of the database and table names depends on ___________
The maximum collations a character set can have is ______________
A synonym for CHARACTER SET is ______
The statement used to select a default database is ______
The statement that makes changes to the global attributes of the database is ______
The statement used to remove indexes on tables is _____
The statement used to change the table name is ____
What is the general term for information about databases and the objects in MySQL?
The shebang line is ______
The Perl DBI is _______
The default path to perl in Unix is ______
Which is the join in which all the rows from the right table appear in the output irrespective of the content of the other table?
What is the facility that allows nesting one select statement into another?
Which of these operators does not perform relative value comparisons?
To combine multiple retrievals, which keyword is used to write several SELECT statements between them?
Issuing ‘SELECT’ on a MERGE table is like ______
In Perl DBI, functions are called ______
Which variable is used as a handle to an open file?
The variable that is a handle to a database object is ______
Which variable returns code from operations that return true or false?
The statement to remove indexes on tables is _______
What allows nesting one select statement into another?
The operator that does not perform relative-value comparisons is ________
The key declares that an index in one table is related to that in another is called ______
The generic handle whose meaning depends on context is _____
The non handle array representing a row of values is ________