Shortcut Navigation:

SQL Advanced Quiz

What will be the output of the following statement? SELECT LEN(CAST(LEFT('026-100', 3) AS INT))

What will be the output of the following statement? SELECT CAST(-1 AS SMALLDATETIME)

What will be the output of the following statement? SELECT ROUND(123.89, -1)

What will be the output of the following statement? SELECT STR(6365, 3)

What will be the output of the following statement? SET ARITHABORT OFF SET ANSI_WARNINGS OFF SELECT 100/0

View text definitions are stored in which system table?

What's the maximum value can an INT data type hold?

What is the best data type to store the birthdays of the US Presidents, starting with George Washington's birthday of February 22, 1732?

Which of the following is NOT a valid description of the public role?