Rearrange the code to select all values from the ''people'' table where the city equals to ''Boston''. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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