Which of the following is NOT true about editing, adding, and deleting records?
A) When you add a record to a form, you are actually adding the record to the table it will be stored in.
B) If the table is part of a relationship, referential integrity has not been enforced, and the cascade delete option has been chosen, a record cannot be deleted if there are related records in another table until those records have also been deleted.
C) Changes to data are saved automatically.
D) Records can be deleted from a single table without additional steps if the table is not part of a relationship.
B
Computer Science & Information Technology