Informatics Practices

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

SQL Queries

3 Likes

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.

Answered By

3 Likes


Related Questions