MySQL Command Line Tool


  1. Which command is used for showing current date and time in Mysql command line tool?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    SELECT now();


  1. Mysql command line tool is used to show “how many rows are returned and how long SQL command took to execute”











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Undetermined



  1. Which authentications are required for login into Mysql command line tool?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Both Password and Username


  1. Which command is used for taking “server side help” in Mysql command line tool











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    /h represents help contents for Mysql.



  1. Which command is used in Mysql command line tool to return to window command shell?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    both exit; and quit;