SQL Schema for University Database SQL Schema for University Database: GRAD_BOOK CREATE TABLE college ( college_id INT PRIMARY KEY, college_name VARCHAR(50) NOT NULL, dean_name VARCHAR(50) NOT NULL, dean_email

Inside Final Lab.docx you will see the ER Design for the University Database. Give the SQL Schema for it 
Note: Consider two examples at least for each item like college name, instructor, teaches, student
The ER Design for GRAD_BOOK is attached in a screenshot, it is simple. Give the SQL SCHEMA for this ER design as well using at least 2 examples for each item.
You don’t get full points if you don’t use at least two examples.

Comments

Leave a Reply