MySQL Command Line Tool
- Which command is used for showing current date and time in Mysql command line tool?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
SELECT now();
- Mysql command line tool is used to show “how many rows are returned and how long SQL command took to execute”
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Undetermined
- Which authentications are required for login into Mysql command line tool?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Both Password and Username
- Which command is used for taking “server side help” in Mysql command line tool
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
/h represents help contents for Mysql.
- Which command is used in Mysql command line tool to return to window command shell?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
both exit; and quit;