InterviewSolution
Saved Bookmarks
| 1. |
The Audit_log_events system variable is of type _____________(a) string(b) integer(c) float(d) double |
|
Answer» Right option is (b) integer To elaborate: The system variable ‘Audit_log_events’ is of type integer. The variable scope if GLOBAL, that is, it can be viewed by issuing the statement ‘SHOW GLOBAL STATUS’, instead of ‘SESSION’. |
|