Q.

SQL query to find all the cities whose humidity is 95.

A. SELECT city WHERE humidity = 95
B. SELECT city FROM weather WHERE humidity = 95
C. SELECT humidity = 89 FROM weather
D. SELECT city FROM weather
Answer» B. SELECT city FROM weather WHERE humidity = 95
2.3k
0
Do you find this helpful?
1

Discussion

No comments yet