GetDate « Date Timezone « SQL Server / T-SQL






1.GETDATE: Returns the current local system date and time
2.GETDATE(): Return the current date and time as a DateTime type
3.Update the record with the current data and time using the GETDATE() function
4.Adding to a Date Using the Addition Operator