1.

The Audit_log_events system variable is of type _____________(a) string(b) integer(c) float(d) doubleThis question was posed to me in my homework.This interesting question is from Status Variables in section System, Status and User Variables of MySQL

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’.



Discussion

No Comment Found

Related InterviewSolutions