Quiz-summary
0 of 10 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Information
Are you able to resolve today’s SQL quiz?
This week’s test has a difficulty level of: MODERATE
Before you start the quiz, let’s review the definition of an identifier, as presented on MSDN:
“The database object name is referred to as its identifier. Everything in Microsoft SQL Server can have an identifier. Servers, databases, and database objects, such as tables, views, columns, indexes, triggers, procedures, constraints, and rules, can have identifiers. Identifiers are required for most objects, but are optional for some objects such as constraints.
An object identifier is created when the object is defined. The identifier is then used to reference the object.”
Good luck 🙂
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 10 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Answered
- Review
-
Question 1 of 10
1. Question
1 pointsWhich of the following are regular T-SQL identifiers?
Correct
Incorrect
-
Question 2 of 10
2. Question
1 pointsWhich of the following is true about identifiers?
Correct
Incorrect
-
Question 3 of 10
3. Question
1 pointsWhich of the following are accepted characters for regular identifiers?
Correct
Incorrect
-
Question 4 of 10
4. Question
1 pointsWhich of the following is allowed as the first character for a regular identifier?
Correct
Incorrect
-
Question 5 of 10
5. Question
1 pointsThe first character of a regular identifier can be a digit.
Correct
Incorrect
-
Question 6 of 10
6. Question
1 pointsWhich of the following are true about regular identifiers?
Correct
Incorrect
-
Question 7 of 10
7. Question
1 pointsWhich of the following setting is needed to be able to set quotation marks as delimiters?
Correct
Incorrect
-
Question 8 of 10
8. Question
1 pointsWhat is the default value of the QUOTED_IDENTIFIER setting in SQL Server?
Correct
Incorrect
-
Question 9 of 10
9. Question
1 pointsWhat will happen if the following statement is executed in SQL Server?
CREATE TABLE Production.[Yesterday’s SUM]?Correct
Incorrect
-
Question 10 of 10
10. Question
1 pointsWhich of the following are best practices for T-SQL developers?
Correct
Incorrect