Informatics Practices
Write SQL statement to display
Today, the date is <current date>
SQL Queries
1 Like
Answer
SELECT CONCAT('Today, the date is ', CURDATE()) AS CURDATE;
Answered By
1 Like
Related Questions
While using SQL pattern matching, what is the difference between '_' (underscore) and '%' wildcard symbols ?
Write one similarity and one difference between CHAR and VARCHAR data types.
Write a command to add a NOT NULL constraint on FEES column of a student table.
What is a constraint ? Name some constraints that you can apply to enhance database integrity.