(SELECT course id
FROM SECTION
WHERE semester = ’Fall’ AND YEAR= 2009)
EXCEPT
(SELECT course id
FROM SECTION
WHERE semester = ’Spring’ AND YEAR= 2010);
This query display
Only tuples from second part
Only tuples from the first part which has the tuples from second part
Tuples from both the parts
Tuples from first part which do not have second part
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
The union operation is represented by
Solution |
2
Discuss
|
_________ joins are SQL server default
Solution |
3
Discuss
|
The _____________ is essentially used to search for patterns in target string.
Solution |
4
Discuss
|
The union operation automatically __________ unlike the select clause.
Solution |
5
Discuss
|
The number of attributes in relation is called as its
Solution |
6
Discuss
|
If we want to retain all duplicates, we must write ________ in place of union.
Solution |
7
Discuss
|
For like predicate which of the following is true.
Solution |
8
Discuss
|
The intersection operator is used to get the _____ tuples.
Solution |
9
Discuss
|
_____ clause is an additional filter that is applied to the result.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved