I have 2 tables:
Table Product
ProductID ProductName CategoryName Price
102 keyboard PC parts 800
103 mouse PC parts 900
Table Category
CategoryID CategoryName
981 PC parts
If I delete a category, How do I would like to automatically delete the products under it using trigger...