What is the function of DATE function. SQL
Answers
Answered by
1
Answer:
SQL function are simple sub program which are commonly used and re-used through out SQL database application for progressing for manipulating data all SQL database system have DDL (data definition language) and DML (data manipulating language tools the support the creation and maintenance of database
Answered by
2
Explanation:
SQL Server Date Functions
Function Description
GETDATE() Returns the current date and time
DATEPART() Returns a single part of a date/time
DATEADD() Adds or subtracts a specified time interval from a date
DATEDIFF() Returns the time between two dates
Similar questions