1.

Deletion of an employee from table also deletes that employee from another table. This kind of delete is called ____________(a) transparent(b) concrete(c) elaborate(d) cascadedI got this question during an online exam.I want to ask this question from Foreign Keys and Referential Integrity topic in division Using SQL to Manage Data of MySQL

Answer»

The correct option is (d) cascaded

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions