Write a command to display the current time.
SELECT TIME(NOW());
+-------------+ | TIME(NOW()) | +-------------+ | 15:40:57 | +-------------+