Date Data type In SQL

Safalta Expert Published by: Saksham Chauhan Updated Tue, 20 Sep 2022 12:35 AM IST

Highlights

Check Date Data type In SQL Here At Safalta.com

In MySQL, a variety of data types are supported. When storing data values, we may need to use the DATE data type. When a value has a date component but no time component, the DATE type is utilised. It shows DATE values in the format "YYYY-MM-DD." Any date value that falls between the specified range of "1000-01-01" to "9999-12-31" can be stored. Syntax :  Variable_Name DATE.  Click Here To Download  e-book for MS Excel blog

Source: Safalta.com

The examples that follow will show you how to utilise the Date data type in a variable.

Example 1:

 

Establishing a Student

Information table
Student Id, First name, Last name, Date of Birth, Class, and Contact Details columns make up this list. among which the Date Of Birth column's data type is DATE.

Free Demo Classes

Register here for Free Demo Classes





Data entry into the Table -


Use the following command as follows to verify.

SELECT * FROM StudentDetails ;

Output :



Therefore, the DATE data-type has been correctly placed in the Date Of Birth Column.

 

Example 2: 

building a table of orders
There are columns for the OrderNumber, OrderDate, ShippedDate, and DeliveryDate. The OrderDate, ShippedDate, and DeliveryDate columns all have the data type DATE.


Inserting data into the Table –


Use the following command as follows to verify.

SELECT * FROM Orders;

Output :

Related Article

JEE Advanced 2025: जेईई एडवांस्ड के लिए 23 अप्रैल से शुरू होगा आवेदन, जानें कौन कर सकता है पंजीकरण

Read More

UPSC CSE Mains 2024 Interview Schedule out now; Personality tests from 7 January, Check full timetable here

Read More

Common Admission Test (CAT) 2024 Result out; 14 Students Score 100 Percentile, Read here

Read More

CAT Result: कैट परीक्षा के परिणाम जारी, इतने उम्मीदवारों ने 100 पर्सेंटाइल स्कोर किए हासिल; चेक करें रिजल्ट

Read More

CBSE: डमी प्रवेश रोकने के लिए सीबीएसई का सख्त कदम, 18 स्कूलों को जारी किया कारण बताओ नोटिस

Read More

Jharkhand Board Exam Dates 2025 released; Exams from 11 February, Check the full schedule here

Read More

JAC Board Exam 2025: झारखंड बोर्ड कक्षा 10वीं-12वीं की परीक्षाओं के लिए तिथियां जारी, 11 फरवरी से होंगे एग्जाम्स

Read More

Pareeksha Pe Charcha 2025: जनवरी में होगी पीएम मोदी के साथ परीक्षा पे चर्चा, इस तारीख तक करें पंजीकरण

Read More

NIACL Jobs 2024: न्यू इंडिया एश्योरेंस कंपनी में 500 पदों पर भर्ती, जानें कौन कर सकता है आवेदन; ऐसे होगा चयन

Read More