Rearrange the code to select all values from the ''people'' table where the city equals to ''Boston''. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Rearrange the code to select all values from the ''people'' table where the city equals to ''Boston''.

29th Apr 2020, 7:03 AM
Vernanda Septia Wanandi
Vernanda Septia Wanandi - avatar
1 Answer
+ 9
Do you want to see the query? What it is the question? SELECT * FROM people WHERE city = "Boston";
29th Apr 2020, 9:24 PM
Igor Makarsky
Igor Makarsky - avatar