Database Management System - Old Questions
Question Answer Details
6. 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 own.(5)
Answer
AI Generated Answer
AI is thinking...