92.
What is the default value of column?

93.
The default definer of an event is the user who . . . . . . . .

94.
Which of these columns are faster?
Variable length, Fixed length

95.
How many of the following use NULL to indicate failure?
mysql_init(), mysql_real_connect()

96.
What will be the output of the following MySQL statement "NOT (Null)"?

97.
Numbers prefixed with '0x' are in base . . . . . . . .

98.
To convert an int to string, the function is . . . . . . . .

99.
In PHP, if $a represents an array with numeric indices, how is the first element accessed?

100.
Which system variable tells the optimizer to skip certain plans based on estimates of the number of rows accessed for each table?