91.
Which of the following does not return a value?
mysql_close(), mysql_init, mysql_real_connect

92.
Which statement is used to see the definition for an existing database?

93.
What enables encrypted connections to be established?

94.
Which variable returns code from operations that return true or false?

95.
In which mode of search is the search string parsed into words and the search looks for rows?

96.
The most general purpose language is . . . . . . . .

97.
What is used to produce a new string from an old string in the desired character set?

98.
What will be the output of the following MySQL command?
SELECT emp_id, fname, lname
FROM employee
WHERE title=’HEAD TELLER’;

99.
The log that identifies statements that may be in need of being rewritten for better performance is . . . . . . . .

100.
Which of the following statements is/are correct?