(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
|
_____ clause is an additional filter that is applied to the result.
Solution |
2
Discuss
|
If we want to retain all duplicates, we must write ________ in place of union.
Solution |
3
Discuss
|
_________ joins are SQL server default
Solution |
4
Discuss
|
The number of attributes in relation is called as its
Solution |
5
Discuss
|
The intersection operator is used to get the _____ tuples.
Solution |
6
Discuss
|
For like predicate which of the following is true.
Solution |
7
Discuss
|
The union operation automatically __________ unlike the select clause.
Solution |
8
Discuss
|
The union operation is represented by
Solution |
9
Discuss
|
The _____________ is essentially used to search for patterns in target string.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved