About 2,870,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. PostgreSQL: Documentation: 18: 8.5. Date/Time Types

    Nov 13, 2025 · PostgreSQL supports the full set of SQL date and time types, shown in Table 8.9. The operations available on these data types are described in Section 9.9. Dates are counted according …

  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.

  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. 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 …

  8. Learn about SQL Date Data TypesDate, 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 …

  9. Date Functions in SQL Server and MySQL - W3Schools

    Note: The date types are chosen for a column when you create a new table in your database! Look at the following table: Now we want to select the records with an OrderDate of "2008-11-11" from the …

  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 …