What is Cascade Delete option used for?

A. It ensures that all the related records will be deleted automatically when the record from parent table is deleted. 
B. It deletes all the records of all tables in a database.
C. It repeats the recent delete operation.
D. It repeats the operation.

🧠 Explanation:

Cascade Delete in databases ensures related records are deleted when a parent record is removed. For tech students, this highlights database management, making it a key topic for studying data integrity, database systems, and digital literacy. It maintains data consistency. Understanding this ensures effective database design. It’s essential for mastering database tools and IT systems. Studying Cascade Delete offers insights into how databases maintain integrity, crucial for computer science, IT, and data science, ensuring reliable data management.