Which command is used in Mysql command line tool to return to window command shell?
A. exit;
B. quit;
C. both exit; and quit;
D. only exit;
Answer: Option C
Solution (By Examveda Team)
This question is about how to leave the MySQL command line tool and go back to your regular operating system's command prompt (like Windows Command Prompt or Linux terminal).Think of the MySQL command line tool as a special program you enter to talk to your database. When you're done, you want to exit that program and go back to your regular command prompt.
In MySQL, both "exit;" and "quit;" commands achieve this. They both do the same thing: tell MySQL to stop and return you to your regular command prompt.
So, the correct answer is Option C: both exit; and quit;
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