Which data type should be used to enter Date of Joining in a table?
Answers
Answered by
0
Answer:
YYYY-MM-DD
Explanation:
The DATE type is used for values with a date part but no time part. It displays DATE values in 'YYYY-MM-DD' format. We can store any date value which is in the given range '1000-01-01' to '9999-12-31'. The following examples will illustrate how we can use Date data type in a variable.
Similar questions