1.
To check how MySQL would execute a SELECT query, which statement is used?

2.
What will be the output of the following SQL statement?
SELECT *
 FROM person;

3.
What is the meaning of "GROUP BY" clause in Mysql?

4.
Is there any error in executing the following MySQL command?
SELECT USER (),
VERSION (), DATABASE ();

5.
Which of the following are the valid "database datatypes" in Mysql?

6.
With only MyISAM tables, how many of the following are for use?
mysql, mysqladmin, mysqldump, mysqlisamchk

7.
The datatype SMALLINT stores . . . . . . . .

8.
How can the value of recently generated sequence number be obtained?

9.
SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns; Which of these is not optional?

10.
Which of these is not used to connect to the MySQL server?