MySQL YEAR
MySQL has a data type called YEAR that is specifically designed to store and represent year values. This data type is useful when you need to store and retrieve years without the need for month or day information. The YEAR data type can store values in the range of 1901 to 2155, with the additional […]