Quiz Yourself: Built-in Functions
Test your knowledge of built-in functions in T-SQL.
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
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.