Printing Current Time with MySQL (Challenge)

# Introduction In this challenge, we will execute SQL statements in the MySQL client to print the current time according to the given requirements. To achieve this, we will use the `DATE_FORMAT` function to format the time as `HH:MM:SS`. Once formatted, we will assign an alias to the time using the `AS` keyword. Finally, we will save the completed SQL statement as a script file named `currentTime.sql` in the `/home/labex/project` directory.

|60 : 00

Click the virtual machine below to start practicing