Blog Desk       November 29, 2020      141

Cascade delete option

  1. is used to delete all the records of all tables in a database
  2. will repeat the recent delete operation to all the records of current table
  3. is available in Edit relationship dialog box which makes sure that all the related records will be deleted automatically when the record from parent table is deleted
  4. None of above

The Right Answer is : Option C

Explanation