0

SQL

Fill in the blanks to update the ''students'' table by changing the university's value to ''Stanford'' if the student's name is ''John''. is the question...The Keywords are: ON, JOIN, UPDATE, SET, WHERE, SELECT.. I am having the toughest time with this one, can anyone help ??

12th Mar 2017, 5:09 AM
Mr. Holmes
Mr. Holmes - avatar
1 Respuesta
+ 4
update students set university ="Stanford" where name="John";
12th Mar 2017, 5:10 AM
Meharban Singh
Meharban Singh - avatar