InterviewSolution
Saved Bookmarks
| 1. |
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;This question was addressed to me during an online exam.This is a very interesting question from Using MySQL Command Line Tool in chapter Using SQL to Manage Data of MySQL |
|
Answer» The CORRECT CHOICE is (C) both EXIT; and QUIT; |
|