Question: Create a relational database schema for a Minor - Project, described by the following relations and Insert tuples. STUDENT ( Rollnea _ Name, Sem, Degree,

Create a relational database schema for a Minor-Project, described by the following
relations and Insert tuples.
STUDENT (Rollnea_Name, Sem, Degree, Contact no, Guide_No)
GUIDE (Guide_name, Contat_No, Email_ld)
PROJECT Project_Area, Start_dt, dt, Guide_No,) GROUP
(Group-Code.-RQlLNQ.)
PROJECT_GROUP (Group Code. Project No.
Specify the following queries in SQL on the database schema Minor_Project .
1) Change the data type of attribute Rollo (Student Table), from Number (10) to
Varchar2(IO).
2) Add a Check constraint on Gender attribute(Student Table) such that this attribute
accept only values.
3) Add a constraint on Degree (Student table), such that no null values be inserted.
4) Find the list of guide, who are guiding more than two student groups.
5) Find the list of project no, project name & name of guide, in domain of DataBase.
6) Update the project start_date with 01 July 2015 for student, who enrolled in 7
semester.
7) Update guide details of a roll no '110011', new guide is 'Ram Mohan' & id
'112200'.
8) Remove the Guide details, guide no is '112211' and assign guide no "133113" to
all respective students project group.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!