1.

On Unix, ‘mysql’ client writes a record of executed statements to a history file.(a) True(b) FalseI had been asked this question in a national level competition.Query is from Numeric Data Types topic in chapter Data Type Reference, Operators and Functions of MySQL

Answer»

Correct choice is (a) True

To ELABORATE: On Unix the mysql CLIENT WRITES a record of the executed statements to a history file. By DEFAULT, this file is named as ‘.mysql_history’. It is created in the HOME directory.



Discussion

No Comment Found

Related InterviewSolutions