-
The query ‘SELECT NOW()’ shows the current _____________.
-
- date and time
- date only
- time only
- table
- None of these
Correct Option: A
SELECT NOW() is an SQL query. It shows both the current date and the current time. It is generally displayed in the format ‘yyyy-mm-dd hh-mm-ss’. For example, 2009-04-21 11-51-36.