51.
What is 'tamp' in the following MySQL command?
mysql -h xyz.host.try.net -p -u tamp

52.
What does 'abc' & 'xyz' specify in the following SQL statement?
CREATE TABLE abc (xyz);

53.
Which server mode value disables use of built in function names as identifiers?

54.
If a string is to be converted to a number, it is converted into a . . . . . . . .

55.
To determine whether query cache is supported by the server the variable is . . . . . . . .

56.
The number of options that can be used to control LOCAL capability at runtime is . . . . . . . .

57.
The UNION ALL has a higher precedence than UNION DISTINCT.

58.
The number of attributes in the following SQL table is . . . . . . . .
CREATE TABLE employee (
		emp_name CHAR(30),
		emp_id INT
	);

59.
The facility that allows nesting one select statement into another is called . . . . . . . .

60.
CGI.pm also supports an object oriented style of use.