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 mentionedI got this question in quiz.This interesting question is from Using MySQL Command Line Tool topic in section Using SQL to Manage Data of MySQL |
|
Answer» RIGHT OPTION is (a) /h The best EXPLANATION: /h represents HELP CONTENTS for Mysql. |
|