To enforce referential integrity for a delete operation, a MySQL database can

a. return an error instead of deleting any rows
b. set the foreign key values in the related rows to null
c. delete the related rows in the foreign key table