Which command is used for showing current date and time in Mysql command line tool?
(a) select now()
(b) SELECT now();
(c) SELECT now()
(d) None of the mentioned
This question was addressed to me during a job interview.
My doubt is from Using MySQL Command Line Tool in section Using SQL to Manage Data of MySQL