Fill in the blanks to select all values from the ''students'' table in which the field ''university'' equals ''MIT''. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 4

Fill in the blanks to select all values from the ''students'' table in which the field ''university'' equals ''MIT''.

SELECT * FROM WHERE = 'MIT';

29th Jul 2018, 12:37 PM
John Michael L. Espinosa
4 Antworten
+ 2
SELECT * FROM students WHERE university = 'MIT';
29th Jul 2018, 12:39 PM
Mishin870
Mishin870 - avatar
0
SELECT * FROM students WHERE university = 'MIT';
20th Sep 2019, 8:19 AM
Sadiq Yakubu
Sadiq Yakubu - avatar
0
SELECT * FROM students WHERE university = 'MIT';
2nd Feb 2021, 3:06 AM
mt.ali
mt.ali - avatar
0
ANSWER IS *
29th Dec 2021, 6:42 AM
MHD Himas