Choose a topic to test your knowledge and improve your SQL skills
Which keyword used with UNION retains duplicate rows?
Which clause is used to sort a UNION result as a whole?
Suppose it is desired that UNION operation should return not more than 3 rows. Which keyword is used for this?
Which table is used to run a UNION-type query on MyISAM tables?
SELECT on a MERGE table is like _____________
Which of these is also known as a virtual table?
What is xyz in the following MySQL statement?
What is abc in the following MySQL statement?
A view can refer to multiple tables via __________
A view can be deleted using the command __________
What cannot be done on a view?
What can be used to check for views that have been invalidated by DROP or ALTER operations?
Which of the following does not support a materialized view?
To perform a delete on a single-table, how is the name of a column qualified?
What is xyz in the following SQL statement?
What is abc in the following SQL statement?
What is x in the following MySQL statement?
What is the value of val2 in the following MySQL statement?
UPDATE statement is a DML statement. What does DML stand for?
Which keyword in the UPDATE statement is used to assign values to columns?
Which keyword is used to delete all the rows from the table?
What is known as the set of SQL statements that either executes successfully or none of them have an effect?
What is generally done after the transactions are executed successfully?
What is generally done if an error occurs during the transaction?
What does ‘A’ stand for in the ACID property of transactions?
What does ‘C’ stand for in the ACID property of transactions?
What is the isolation property of transactions?
What is the command to disable autocommit and launch a transaction?
What is the durability property of transactions?
How many storage engines among the following are transaction-safe?
Which key declares that an index in one table is related to that in another?
Deletion of an employee from table also deletes that employee from another table. This kind of delete is called ____________
Which storage engine in MySQL provides foreign key support?
The property of InnoDB that enforces foreign key relationships stay intact is called _____________
Which clause names the parent table and the index columns in the table?
Which clause is used to remove a foreign key constraint?
Which keyword is used to specify the foreign key after the table is created?
Which clause in the SQL standard controls how NULL values in a composite foreign key are handled when comparing to a primary key.
In which mode of search is the search string parsed into words and the search looks for rows?
The indicator of presence or absence of a word in search is used in which mode?
Which search mode uses natural language search as a subroutine?
FULLTEXT indexes can be created only for ____________
Which keyword is used to search through natural language fulltext?
Which parameter determines the shortest words to index in FULLTEXT indexes?
Which statement is used to access an existing Database?
The “Mysql command line tool” format the results in which of the following format?
The “Mysql command line tool” formats are bounded by _____
Which command is used on Mysql command line tool to return to window command shell?
Which command is used in Mysql command line tool to return to window command shell?
Which command is used for taking “server side help” in Mysql command line tool?