GitHub

SQL Date functions

DATE_SUB - Subtracts a time/date interval from a date and then returns the date DAY - Returns the day of the month for a given date DAYNAME - Returns the weekday name for a given date DAYOFMONTH - ...
📘 Overview In this exercise, we explore the use of SQL DateTime functions to work with date and time data. You'll learn how to extract, filter, and manipulate date-related fields from a database ...