Computer Science, asked by shubhamjha9522, 5 months ago

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 archanamankar2215
0

Answer:

How much bigger question my god I don't know answers I am sorry ha

Similar questions