9. Find the name of those cities with
temperature greater than 70 degrees
and condition is either sunny or
cloudy. -
O
A. SELECT city FROM weather
WHERE condition = 'sunny' AND
condition = 'cloudy' OR temperature
> 70;
B.SELECT city FROM weather
WHERE condition = 'sunny' OR
condition = 'cloudy' OR temperature
> 70;
C.SELECT city FROM weather
O WHERE condition IN ('sunny',
'cloudy') AND temperature > 70;
O
D.SELECT city FROM weather
WHERE condition = 'sunny' AND
condition = 'cloudy' AND
temperature > 70;
Answers
Answered by
0
Answer:
which is the subject
Explanation:
how can we tell your answer first mark subject.
Similar questions