41.
What is the significance of "ORDER BY emp_id ASC" in the following MySQL command?
SELECT emp_id, fname, lname
FROM person
ORDER BY emp_id ASC;

42.
Which is the header that should be included first?

43.
The number of files that each end of a client/server connection including SSL support use to set up secure communications is . . . . . . . .

44.
INFORMATION_SCHEMA is not based on the SQL standard.

45.
The Audit_log_events system variable is of type . . . . . . . .

46.
In a MyISAM table, if the maximum value of an AUTO_INCREMENT increment column is 12 and that row is deleted, the next value generated is . . . . . . . .

47.
The option which delays index flushing for slave server is . . . . . . . .

48.
INT2 maps to MySQL type . . . . . . . .

49.
When no AUTO_INCREMENT value has been generated during the current connection, LAST_INSERT_ID() returns . . . . . . . .

50.
Which of these types store the longest length of strings?