CBSE Class 12 Informatics Practices Question 48 of 81

MySQL Functions — Question 6

Back to all questions
6
Question

Question 6

Date() and Day() return the same thing.

Answer

False

Reason — The DATE() function extracts the date part of the date or datetime expression, whereas the DAY() function returns the day part of a date.