51.
What is the statement used to select a default database?

52.
Multiple MySQL servers can be run on the same machine.

53.
Mysql command line tool is used to show "how many rows are returned and how long SQL command took to execute".

54.
Find the missing clause from the following SQL statement?
CREATE VIEW person_1 AS
SELECT fname, lname, person_id
_________ person;

55.
AUTO_INCREMENT columns must be NOT NULL.

56.
Which of these take more space?
Variable length columns, Fixed length columns

57.
The server listens on a network port for TCP/IP connections unless started with the option . . . . . . . .

58.
Stored routines refers to stored functions and procedures.

59.
The maximum length of the varchar columns is . . . . . . . .

60.
The keyword used with UNION that does not retain duplicate rows is . . . . . . . .