Choose a topic to test your knowledge and improve your SQL skills
What does mysql_fetch_row() return?
Hexadecimal values assigned to user variables are treated as _______
What is the type of Audit_log_events system variable?
The option that enables multiple-statement execution is ______
What does mysql_query() return on failure?
Which statement upgrades the database directory name encoding?
The statement that alters an existing event to have the given definition is ______
What sets up an association between one or more MyISAM tables and the named key cache?
Which statement can produce the same output as ‘SHOW COLUMNS’?
The option that executes all SQL statements in a SQL script irrespective of the number of errors is ______________
The clause that is used to display information that matches a given pattern is _____________
The header that should be included first is ________________
What does mysql_init() return?
The statement that constructs a branching flow-control construct is _____________
Which statement terminates the execution of a function?
Association between one or more MyISAM tables and the named key cache is set by _____________
Which statement exits a labeled flow-control construct?
What is the exec_stmt_ssl written in?
What does ‘mysql_query()’ return on failure?
What can be used in place of MYSQL_SERVER_VERSION?
What can be used interchangeably with MYSQL_VERSION_ID?
Which of these is not a comment specifying construct?
What sets the association between one or more MyISAM tables and the named key cache?
The statement that exits a labeled flow-control construct is _____________
The option that executes all SQL statements in a SQL script irrespective of the number of errors is _____________
The option that is necessary to compile a C program having math functions is _____________
Which option is used for specifying the executable name while compiling with gcc?
The file that can be used to execute multiple compile statements is _________________
What is the meaning of “SELECT” clause in Mysql?
Which of the following clause is evaluated in the last by database server?
Can “SELECT” clause be used without the clause “FROM”?
Which clause is mandatory with clause “SELECT” in Mysql?
Which among the following can also be included with “SELECT” clause while writing query in Mysql?
What is the need of “column Aliases” in “SELECT” clause?
Which Keyword is used to remove duplicate rows in the result set?
Which among the following is an optional Keyword?
How can we define the clause “FROM” in Mysql?
Which of the following table exist in Mysql?
“CREATE TABLE …” command is used to create which type of table in Mysql?
“CREATE VIEW …” command is used to create which type of table in Mysql?
What is the meaning of “Temporary Tables” in Mysql?
“SELECT” clause cannot be used without which clause in Mysql?
Which of the following statements is/are correct with respect to “VIEW”?
Which command is used to create “Temporary tables” in MySQL?
What is the use of “VIEW” in Mysql?
What will be the output of the following MySQL statement “true AND Null”?
What will be the output of the following MySQL statement “false AND Null”?
What will be the output of the following MySQL statement “Null AND Null”?
What will be the output of the following MySQL statement “true OR Null”?
What will be the output of the following MySQL statement “false OR Null”?