-
What is the kind of delete when deletion of an employee from table also deletes that employee from another table?
-
- cascaded
- elaborate
- concrete
- transparent
- None of these
Correct Option: A
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.