Posted on:

14 Jun 2021

0

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)

Submit an answer