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 mentioned |
|
Answer» Correct choice is (b) SELECT now(); To explain: None. |
|