About 3,590,000 results
Open links in new tab
  1. SQL Data Types for MySQL, SQL Server, and MS Access - W3Schools

    The data type of a column defines what value the column can hold: integer, character, money, date and time, binary, and so on.

  2. Date and time data types and functions (Transact-SQL)

    The sections in this article cover all Transact-SQL date and time data types and functions. The Transact-SQL date and time data types are listed in the following table: The Transact-SQL rowversion data …

  3. SQL Server Date Data Types

    Jun 9, 2025 · As a senior database developer, I often receive requirements to utilize the date data type in SQL Server. In this comprehensive article, I’ll walk you through everything you need to know about …

  4. Learn about SQL Date Data Types - Date, DateTime, DateTime2, Time

    Mar 15, 2023 · SQL Developers and DBAs use different date data types, such as DATE, DATETIME, and DATETIME2, to store datetime values. In contrast, each one of these types has a use case …

  5. Practical Guide to SQL Date Data Types | The Table - Medium

    Aug 14, 2025 · Explore SQL date types like DATE, TIME, DATETIME, and TIMESTAMP across databases. Learn when to use each with clear examples and best practices.

  6. Date and Time Data Types in SQL: Mastering Temporal Data in Your …

    May 25, 2025 · In SQL, a data type defines what kind of value a column can hold. Date and time data types are specifically for storing temporal information, such as dates (e.g., 2025-05-25), times (e.g., …

  7. MySQL DATE Data Type - GeeksforGeeks

    Jul 23, 2025 · MySQL DATE Data Type stores date values in the format ' YYYY-MM-DD ' and has a valid range of values from ' 1000-01-01 ' to ' 9999-12-31 '. The Data data type in MySQL is used to …

  8. 13.2 Date and Time Data Types - MySQL

    MySQL automatically converts a date or time value to a number if the value is used in numeric context and vice versa. By default, when MySQL encounters a value for a date or time type that is out of …

  9. DATESQL Tutorial

    Apr 30, 2023 · SQL provides several functions for working with DATE data types, including functions to extract specific components of a date (such as the YEAR, MONTH, or DAY), to manipulate dates …

  10. SQL Data Types

    Summary: in this tutorial, you will learn about most commonly used SQL data types including character string data types, numeric data types, and date time data types. In a database, each column of a …