Which is the right query to change the name of the Philosophy Pandas team to the Philosophy Parrots?
UPDATES Students SET team = Philosophy ParrotsWHERE team =Philosophy Pandas;`
UPDATES Students SET team =
WHERE team =
UPDATES Students SET team = 'Philosophy Parrots' WHERE team = 'Philosophy Pandas';
UPDATES Students SET team = "Philosophy Parrots" WHERE team = "Philosophy Pandas";
UPDATES Students SET team = Philosophy Parrots WHERE team = Philosophy Pandas;