About 7,300,000 results
Open links in new tab
  1. SQL Date and Time (With Examples) - Programiz

    In SQL, there are different data types to help us work with dates and times. In this tutorial, you will learn about date and time data types in SQL with the help of examples.

  2. SQL Server IMAGE data type example - T-SQL Tutorial

    In SQL Server, the IMAGE data type is used to store binary large object (BLOB) data such as graphics, images, documents, and other multimedia files. The IMAGE data type can store up to 2^31-1 bytes (or 2 GB) of data.

  3. Learn about SQL Date Data TypesDate, DateTime, DateTime2, Time

    Mar 15, 2023 · This tutorial explains different data types that can be used to store date time values and illustrates when to use each one in scripts, stored procedures and more. Date and Time Data Types in SQL Server. There are six data types in …

  4. SQL Data Types for MySQL, SQL Server, and MS Access - W3Schools

    In MySQL there are three main data types: string, numeric, and date and time. A FIXED length string (can contain letters, numbers, and special characters). The size parameter specifies the column length in characters - can be from 0 to 255. Default is 1. A VARIABLE length string (can contain letters, numbers, and special characters).

  5. SQL Server Data Types with Examples - Guru99

    Jun 28, 2024 · In this tutorial, you will learn about SQL Server data types including Numeric, Character Strings, Date and Time, Binary String any many more with Examples.

  6. SQL Data Types (With Examples) - Programiz

    In SQL, each column has a data type that defines the kind of data that a column can store. In this tutorial, you will learn about Data Types in SQL with the help of examples.

  7. SQL date and time data type - Stack Overflow

    Nov 14, 2011 · SQL Server comes with the following data types for storing a date or a date/time value in the database: DATE - format YYYY-MM-DD; DATETIME - format: YYYY-MM-DD HH:MM:SS; SMALLDATETIME - format: YYYY-MM-DD HH:MM:SS; TIMESTAMP - format: a unique number; Or you can search for other database implementations. Ex: "Oracle date time data type sql" You ...

  8. Date/Time Data Types in T-SQL Programming Language

    Feb 18, 2025 · In T-SQL, Date/Time data types are used to store information related to dates, times, or both, which are crucial for managing time-sensitive data in databases. These data types allow SQL Server to store, manipulate, and retrieve date and time values accurately.

  9. Date Functions in SQL Server and MySQL - W3Schools

    SQL Date Data Types. MySQL comes with the following data types for storing a date or a date/time value in the database: DATE - format YYYY-MM-DD; DATETIME - format: YYYY-MM-DD HH:MI:SS; TIMESTAMP - format: YYYY-MM-DD HH:MI:SS; YEAR - format YYYY or YY; SQL Server comes with the following data types for storing a date or a date/time value in the ...

  10. SQL Server IMAGE Data Type

    The Image field uses the IMAGE data type and is used to store the binary data of an image. We insert a record that contains a product’s ID, name, and image. Here’s an example of a query used to retrieve an image from the Product table:

Refresh