Choose a topic to test your knowledge and improve your SQL skills
Which type of database management system is MySQL?
What is data in a MySQL database organized into?
What represents an ‘attribute’ in a relational database?
What represents a ‘tuple’ in a relational database?
How is communication established with MySQL?
Which is the MySQL instance responsible for data processing?
The MySQL server used in its client/server architecture is _______________
In MySQL databases, the structure representing the organizational views of the entire databases is ____________
Which of the following clauses is used to display information that match a given pattern?
The special database that always exists after setting up MySQL in a computer is __________
The NULL value also means ___________
What does comparing a known value with NULL result into?
Which clause is used to sort query elements?
Which of the following options tells mysql to ask for entering the password?
The query ‘SELECT NOW()’ shows the current _____________
Suppose you want to select a database named ‘sampledb’ as the default database. Which of the following commands do you use?
To see the table structure, which of the following SQL commands is issued?
The command to move the cursor to the beginning of line in MySQL input editor is?
What does Control-_ do in MySQL input editor?
On UNIX, statements entered in ‘MySQL’ are saved in which file?
Suppose run_me.sh is a script file. Which command is used to make it executable?
To execute the contents of a query file ‘exec.sql’ by feeding it to mysql, which command is used?
The clause that enables mapping a short command to a long command is __________
In UNIX, the name of the option file is __________
The system variable in MySQL server that enables to configure the SQL mode is __________
How do the STRICT_ALL_TABLES and STRICT_TRANS_TABLES mode values deal with bad data?
Which mode tells the server to recognize double quote as an identifier quoting character?
Which mode tells the server to recognize || as the string concatenation operator?
Which of these modes is a composite server mode?
Which of the following commands sets the SQL mode as TRADITIONAL?
Which statement can be used to specify the sql_mode system variable at runtime?
Which of the following characters is illegal in naming an unquoted identifier in SQL?
How are identifiers quoted in MySQL?
Which of the following is an illegal unquoted identifier name?
Which server mode value enables use of double quotes to wrap identifier names?
Which server mode value disables use of built in function names as identifiers?
What is the maximum length for alias names in terms of characters?
What does a fully qualified table name consist of?
Which of the following MySQL statements is valid if ‘`sampledb`’ is a database and ‘`tbl`’ is a table in it?
What is true about the following SQL statement?
The default case sensitivity of database and table names depends on ___________
Which of the following is case sensitive?
Which variable is used to set table alias names as non-case sensitive?
Which case does InnoDB store database names in?
Which of the following is case sensitive in MySQL?
Which property determines whether a database object is a case sensitive?
What is AI in terms of database collation?
What is the maximum collations a character set can have?
Which clause can be used to sort string values according to a specific collation?