Question: Which of the following statement ( s ) would successfully delete the playlist _ id 1 6 from the playlist table? a . ) DELETE

Which of the following statement(s) would successfully delete the playlist_id 16 from the playlist table?
a.)
DELETE from playlist_track WHERE playlist_id =16;
DELETE from playlist WHERE playlist_id =16;
b.)
DELETE FROM playlist_id WHERE playlist_id_id =16;
c.)
DELETE FROM playlist_track WHERE playlist_id_id =16;
d.)
DELETE FROM playlist_id WHERE playlist_id_id =16;
DELETE FROM playlist_track WHERE playlist_id_id =16;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!