Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a relational database schema for a Minor - Project, described by the following relations and Insert tuples. STUDENT ( Rollno , Name, Sem, Degree,
Create a relational database schema for a MinorProject, described by the following
relations and Insert tuples.
STUDENT Rollno Name, Sem, Degree, Contact no GuideNo
GUIDE Guidename, GuideNo Guidereserachdomain, ContatNo EmailId
PROJECT ProjectNo Projecttitle, ProjectArea, Startdt dt GuideNo GROUP
GroupCode, RollNo
PROJECTGROUP GroupCode, ProjectNo noofstudents
Specify the following queries in SQL on the database schema MinorProject
Change the data type of attribute Rollo Student Table from Number to
Varchar
Add a Check constraint on Gender attributeStudent Table such that this attribute
accept only MFmf values.
Add a constraint on Degree Student table such that no null values be inserted.
Find the list of guide, who are guiding more than two student groups.
Find the list of project no project name & name of guide, in domain of DataBase.
Update the project startdate with July for student, who enrolled in th
semester.
Update guide details of a roll no new guide is Ram Mohan & id
Remove the Guide details, guide no is and assign guide no to
all respective students project group.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started