Create two table Courses (CID, Course, Dept) and HoD (Dept, Head) using SQL language with all constraints [Primary key, Foreign key and Referential Integrity]. Assume the types of attributes by your o
Marks: 5
Year: 2076 Final TU
SQL Code to Create Tables with Constraints Tables: Courses and HoD Includes Primary Key, Foreign Key, and Referential Integrity constraints. sql -- Creating HoD Table (Parent Table) CREATE TABLE