InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThis 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 |
|
Answer» CORRECT CHOICE is (B) SELECT now(); To explain: None. |
|