Ques:
6/25
SUBMIT TEST
7.
Find the names of these cities with temperature and
condition whose condition is neither sunny nor cloudy.
A SELECT city, temperature, condition FROM weather WHERE condition
NOT IN ('sunny, 'cloudy');
B SELECT city, temperature, condition FROM weather WHERE condition
NOT BETWEEN ('sunny','cloudy');
C SELECT city, temperature, condition FROM weather WHERE condition IN
('sunny, 'cloudy');
D SELECT city, temperature, condition FROM weather WHERE condition
BETWEEN ('sunny', 'cloudy');
PREVIOUS
NEXT
ENG
IN
11:56
30-10-2020
Answers
Answered by
0
Answer:
How much bigger question my god I don't know answers I am sorry ha
Similar questions
Physics,
2 months ago
Math,
2 months ago
Social Sciences,
5 months ago
English,
5 months ago
Math,
10 months ago