Write a query to display the current date. label the column date.
Answers
Answered by
8
SELECT SYSDATE AS "Date" FROM DUAL;
Answered by
1
Answer:
SELECT CURDATE() "DATE";
Explanation:
It will gives the current date...
Similar questions
Math,
7 months ago
Computer Science,
7 months ago
Math,
1 year ago
Physics,
1 year ago
Science,
1 year ago