-
Deletion of an employee from table also deletes that employee from another table. This kind of delete is called ____________.
-
- concrete
- elaborate
- cascaded
- transparent
- None of these
Correct Option: C
In MySQL, a cascaded delete and update is possible where records can be deleted from multiple tables. These tables are related with the help of foreign keys. Foreign keys make table updates flexible.