FID Number 3 Primary Key Fname Varchar 30 Not Null Course_ID Number 3 Foreign Key Specialization Varchar 30 Check (IT,Finance,HR,Marketing) Salary Number 10
Insert following values in Faculty Table Data
FID Fname COURSE_ID Specialization Salary 111 Dr.Sarita 101 Fill as per choice Fill as per choice 112 Dr.Deepak 101 113 Dr.Sangeeta 101 114 Dr.kamna 102 115 Dr.Umesh 103 116 Dr.Diksha 104 117 Dr.Parul 105
3. Create student table having following structure and constraints
Field name Type Size Constraint
Enrol_No Number 4 Primary key SName Varchar 30 Not Null DOB Date Check Constraint >=1-Jan-2000 City Varchar 30 Default value Delhi CID Number 3 Foreign Key(Course table)
Mobile Number 10 Unique & must be
of 10 digits Class_coordinator Number 3 Foreign Key(faculty Table)
4. Insert Minimum 20 Values having Mix of different courses and class coordinator