81.
What does CGI stand for?

82.
The log in which data changes received from a replication master server are written are . . . . . . . .

83.
By default, MySQL does not clip out of range numeric values to the nearest fit value.

84.
If in Table "employee", a column "emp_id" consists of {1,2,2,3,3,5,6,7,8,8} then what will be the output on executing the following MySQL statement?
SELECT DISTINICT emp_id
FROM employee;

85.
The option in mysqlshow to show information about indexes in a table is . . . . . . . .

86.
The datatype for single precision floating point number is . . . . . . . .

87.
What is the facility that allows nesting one select statement into another?

88.
The option for specifying the executable name while compiling with gcc is . . . . . . . .

89.
To how many of these does the LOW_PRIORITY modifier apply to?
DELETE, INSERT, LOAD DATA, REPLACE

90.
Which among the following operators is/are belongs to "Range conditions"?