Question: 1 . Using SQL , write Data Definition Language commands to set up the database schema for an Admission Database System for a University with
Using SQL write Data Definition Language commands to set up the database schema for an Admission Database System for a University with the tables below: x points
a STUDENTsID sName, GPA, sizeHS
b COLLEGEcName state, enrollment
c ApplysID cName, major, decision
Hint:
i sID is unique and not null for each Student
ii cName is unique and not null for each College
iii. sID, cName and major are unique for each record in the Apply table
iv GPA is a decimal value with at least decimal points
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
