Let us suppose you have a table named students which has col…
Let us suppose you have a table named students which has columns named student_id INT and major VARCHAR(10), among many other columns. What is the correct SQL statement that would change the value of major to ‘Art’ for student_id = 2354?