Informatics Practices
Write commands to display the system date.
SQL Queries
1 Like
Answer
SELECT SYSDATE();
Output
+---------------------+
| SYSDATE() |
+---------------------+
| 2024-05-20 15:31:25 |
+---------------------+
Answered By
1 Like
Related Questions
What will be the output of following code ?
mysql> SELECT CONCAT(LOWER('Class'), UPPER('xii'));
If Str = "INFORMATICS PRACTICES …." and Str1 = "… FOR CLASS XI"
Write commands to print the output as 'informatics practices for class xi'
Write a command to display the name of current month.
Write SQL statement to display
Today, the date is <current date>