Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Lighting2551 on Feb 13, 2019



Title: During the database redesign process, you discover that when an ORDER is deleted, its corresponding ...
Post by: Lighting2551 on Feb 13, 2019
During the database redesign process, you discover that when an ORDER is deleted, its corresponding entries in the LINE_ITEM table are not deleted (but you would like them to be). To fix, this, you use what SQL syntax?

• ON UPDATE CASCADE

• ON DELETE CASCADE

• CASCADE CONSTRAINTS

• DEFAULT


Title: During the database redesign process, you discover that when an ORDER is deleted, its corresponding ...
Post by: BobbyD on Feb 13, 2019
Content hidden