Quiz Yourself: Built-in Functions
Test your knowledge of built-in functions in T-SQL.
We'll cover the following...
We'll cover the following...
Built-in Functions Quiz
1.
What date is the result of the following query?
SELECT DATEADD(day, LEN('Mark') + LEN('Walter'), '2022-09-20')
A.
September 29
B.
DATEADD()
C.
September 30
D.
September 10
1 / 5