91.
'fetchrow_hashref()' returns a reference to the hash of row values keyed by what?

92.
The file that can be used to execute multiple compile statements is . . . . . . . .

93.
Hexadecimal numbers cannot be used in scientific notation.

94.
A View can be used to select a subset of the table columns.

95.
What is the command to disable autocommit and launch a transaction?

96.
Which among the following is the correct syntax for defining "Constraint Check" in Mysql?

97.
The operator used in PHP to access property of an object is . . . . . . . .

98.
The non handle array representing a row of values is . . . . . . . .

99.
If emp_id contain the following set {1, 2, 3, 4, 1, 1}, what will be the output on execution of the following MySQL statement?
SELECT emp_id
FROM person
ORDER BY emp_id;

100.
What is the escape sequence for carriage return?