Home » MYSQL » MySQL Database Operations » Question
  1. What is the kind of delete when deletion of an employee from table also deletes that employee from another table?
    1. cascaded
    2. elaborate
    3. concrete
    4. transparent
    5. 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.



Your comments will be displayed only after manual approval.