Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Write create table statement to create student, course, and registration tables. For each table, you can decide the attributes and data types of attributes based on your own understanding.

1 answer below »
Write create table statement to create student, course, and registration tables. For each table, you can decide the attributes and data types of attributes based on your own understanding.
Answered Same Day Dec 26, 2021

Solution

David answered on Dec 26 2021
114 Votes
Student Table
CREATE TABLE student (
StudentNo INT NOT NULL ,
StudentName VARCHAR(30) NOT NULL ,
DOB DATE NOT NULL ,
Section VARCHAR(1) NULL ,
Address VARCHAR(45) NULL ,
City VARCHAR(20) NULL ,
State VARCHAR(20) NULL ,
Zip INT NOT NULL ,
PRIMARY KEY (StudentNo))
Course Table...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here