Multiple Choice
Figuer:
VOTE
-SELECT * FROM VOTE WHERE Vote2 >=10
UNION
SELECT * FROM VOTE
WHERE Vote2 <10
The execution of this query produces the following number of rows:
A) 1
B) 2
C) 3
D) 4
Correct Answer:
Verified
Related Questions
Q41: Figuer: Q42: In outer join queries,non-matched rows in the Q43: Figuer: Q45: The SQL keyword(s)_ in a SELECT query
VOTE
VOTE