Question:Which is the correct coding for executing variables of mysql?
A mysql>show variable "table_type" B mysql>show variables like "table_type" C mysql>show stats D None
+ AnswerB
+ Report