1.
SELECT DATEDIFF(days, FirstDate, SecondDate), FirstDate, SecondDate FROM MyTable
A.
"
B.
The table name is not indicated in the function parameters
C.
You cannot select additional columns after the function call
D.
Nothing is wrong with the statement
days
day
GETDATE
SELECT DAYCOUNT(Day, 1/1/1998, getdate())
SELECT DATEDIFF(Day, '1/1/1998')
SELECT DATEDIFF(Weeks, '1/1/1998', GetDate()) * 7
SELECT DATEDIFF (Day, '1/1/1998', GetDate())
DATEDIFF