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
Quiz subject: Table expressions
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
Which of the following cannot be used in a CTE query definition?
Correct
Incorrect
-
Question 2 of 10
2. Question
Tables on remote servers can be referenced in a common table expression.
Correct
Incorrect
-
Question 3 of 10
3. Question
Which of the following forms of table expressions are supported in T-SQL?
Correct
Incorrect
-
Question 4 of 10
4. Question
Which of the following table expressions have the definition preserved in the database, as an object?
Correct
Incorrect
-
Question 5 of 10
5. Question
All the columns returned by the inner query of a table expression must have unique names.
Correct
Incorrect
-
Question 6 of 10
6. Question
Which of the following is a table expression that appears in the FROM clause of a query?
Correct
Incorrect
-
Question 7 of 10
7. Question
Which of the following is not part of the structure of a common table expression (CTE)?
Correct
Incorrect
-
Question 8 of 10
8. Question
You cannot refer to multiple instances of the same common table expression (CTE) in the outer query.
Correct
Incorrect
-
Question 9 of 10
9. Question
For an inline table-valued function, here is no function_body delimited by BEGIN and END.
Correct
Incorrect
-
Question 10 of 10
10. Question
What are the benefits of using a common table expression (CTE) over derived tables?
Correct
Incorrect