Home » MYSQL » MySQL Command Line Tool » Question
  1. Which command is used for showing current date and time in Mysql command line tool?
    1. SELECT now()
    2. select now()
    3. SELECT now();
    4. All of above
    5. None of these
Correct Option: C

SELECT now();



Your comments will be displayed only after manual approval.