Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: JustGuilty on Feb 16, 2018



Title: Which of the following is NOT a factor to consider when running a delete query?
Post by: JustGuilty on Feb 16, 2018
Which of the following is NOT a factor to consider when running a delete query?
 
  A) To delete records on the one side of the relationship and the related records on the many side, enable the Referential Integrity and Cascade Delete Related Records properties.
  B) To delete records only on the one side of the relationship, first delete the relationship, and then delete the data.
  C) To remove data only on the many side of the relationship, create and run the delete query without changing the relationship.
  D) To remove data in a many to many relationship, create and run the delete query, delete the relationship, and then delete the data.


Title: Which of the following is NOT a factor to consider when running a delete query?
Post by: rachel.rivera@y on Feb 16, 2018
D