Informatics Practices

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

SQL Queries

2 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

2 Likes


Related Questions