Choose a topic to test your knowledge and improve your SQL skills
The storage in bytes required for VARCHAR(4) type ‘abcd’ is _____
Which mode does not remove trailing spaces when CHAR values are retrieved?
What is the minimum value stored by signed TINYINT?
For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by which option?
What is used to reload a delimited text data file?
What is SBR replication?
Which is the library file that contains various portability macros and definitions?
Which is the header that should be included first?
Which of these has special automatic update behavior?
To disallow zero month or day parts in dates, the option used is _______
The mode that does not remove trailing spaces when CHAR values are retrieved is ________
The functions in Perl DBI called?
The variable used as a handle to an open file is _______
Which variable is a handle to a database object?
Which classes does spatial data types in MySQL correspond to?
Which type can store a collection of objects of any type?
What is the generic handle whose meaning depends on context?
What is the non handle array representing a row of values?
The mode of search is the search string parsed into words and the search looks for rows is _________
In which mode is the indicator of the presence/absence of a word in search used?
Which operator is used to return value from JSON columns after evaluating the path and unquoting the result?
Which operator compares sounds?
What does RTF refer to?
Which function returns an array of row values?
Which function returns a reference to hash of row values?
‘fetchrow_hashref()’ returns a reference to the hash of row values keyed by what?
The server is told to accept spaces after function names by _______
Which function returns NULL if expr1 = expr2?
The operator that compares sounds is ________
The string function that returns the index of the first occurrence of substring is ______
What does the AUTO_INCREMENT sequences begin at by default?
The join in which all the rows from the right table appear in the output irrespective of the content of the other table is _________
The facility that allows nesting one select statement into another is ________
Which system variable when set to 1, makes all temporary tables to get stored on disk rather than in memory?
The permitted value type for the variable ‘character_set_client’ is ________
Which string function returns the index of the first occurrence of substring?
Which module links DBI to the web?
What does CGI stand for?
The line that is written at the top of the script to write a Perl script using CGI.pm is ___________
What is the shebang line?
Which of these is a read only variable?
Which variable when set to 1 would enable foreign key checking for InnoDB tables?
The synonym for last_insert_id session variable is ______
When building from source, the embedded server library is enabled by what?
What returns a string containing an error message?
The statement that views status variables by aggregating the values over all connections is _________
Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
What is the synonym for last_insert_id session variable?
The Audit_log_events system variable is of type ________
The option that executes all SQL statements in a SQL script irrespective of the number of errors is ______