91.
MySQL does not support the shared-memory connections on Windows.

92.
Transactional processing provides strong guarantees about the outcome of operations.

93.
The command to see the warning messages is . . . . . . . .

94.
What will be the output of the following MySQL statement?
SELECT account_id, product_id, cust_id
FROM account
WHERE product_id IN (‘sav’, ‘chd’, ‘mm’);

95.
The right shift operator is . . . . . . . .

96.
The expression 'HI' LIKE NULL results in . . . . . . . .

97.
The number of strings among the following matched with '%all%' is . . . . . . . .
Ball, baller, tall, tallest

98.
The MySQL double dashed comment style is the same as the SQL standard.

99.
Input handling can be customized with MySQL.

100.
'abc' || 'xyz', when PIPES_AS_CONCAT is enabled, results in . . . . . . . .