InterviewSolution
Saved Bookmarks
| 1. |
Which command is used for taking “server side help” in Mysql command line tool?(a) /h(b) /c(c) /e(d) None of the mentioned |
|
Answer» Right option is (a) /h The best explanation: /h represents help contents for Mysql. |
|