In which file are the statements entered in 'mysql' saved?
A. .mysql_queries
B. .queries
C. .mysql_history
D. .history
Answer: Option C
Solution (By Examveda Team)
This question asks where MySQL saves the commands you type in the 'mysql' command-line tool.Think of it like a notepad for your SQL commands. When you type something and press enter, MySQL remembers it.
Out of the options, .mysql_history is the file where MySQL keeps a record of your recent commands.
So the correct answer is Option C: .mysql_history.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion