Solution is different than lecture- Delete Statement Part II
This solution does not have DELETE statement.
"UPDATE departments
SET
dept_name = 'Data Analysis'
WHERE
dept_no = 'd010';"
0 answers ( 0 marked as helpful)
This solution does not have DELETE statement.
"UPDATE departments
SET
dept_name = 'Data Analysis'
WHERE
dept_no = 'd010';"