Create the following tables as given. Use given columns and assign appropriate data types.
(CREATE TABLE statements)
STUDENT
StudentId (PK)
LastName
FirstName
Majorid (FK)
State
Gender
CountryCode (FK)
MAJOR
MajorId (PK)
MajorName
COUNTRY
CountryCode (PK)
Name
Capital
Make the following alterations: (ALTER TABLE statements)