The SQL NOW() is a function, and returns a date and time specifying the current date and time according your computer's system date and time.
It can be used in SELECT statement as well in where clause.
The below syntax is used to get current date and time using NOW() function.
The following SQL SELECT statement will return current date and time using NOW() function.