SQL -Structured Query Language - SQL Joins - Joins and its type Quiz
# | Quiz |
---|---|
1
Discuss
|
Joins and its type
The____condition allows a general predicate over the relations being joined.
Solution |
2
Discuss
|
Joins and its type
Which of the join operations do not preserve non-matched tuples?
Solution |
3
Discuss
|
Joins and its type
The above query is equivalent to
Solution |
4
Discuss
|
Joins and its type
What type of join is needed when you wish to include rows that do not have matching values?
Solution |
5
Discuss
|
Joins and its type
How many tables may be included with a join?
Solution |
6
Discuss
|
Joins and its type
Which are the join types in join condition:
Solution |
7
Discuss
|
Joins and its type
How many join types in join condition:
Solution |
8
Discuss
|
Joins and its type
Which join refers to join records from the right table that have no matching key in the left table are include in the result set:
Solution |
9
Discuss
|
Joins and its type
The operation which is not considered a basic operation of relational algebra is
Solution |
10
Discuss
|
Joins and its type
In SQL the statement select * from R, S is equivalent to
Solution |
# | Quiz |