You are asked to design a relational database for a simple
course registration software application for your school. The
relational database must have the following information about the
student, the course, and the registration, respectively
StudentID, FirstName, LastName, DataOfJoining, and Major
CourseNumber, CourseName,InstructorName, StartDate, EndDate,
NumberOfCredits
ReferenceID, StudentID,CourseID, DateOfRegistration
Apply the following constrains while designing the database
Each student in the database must be uniquely identifiable
Each course listed in the database must be have unique
CourseNumber
Each course registration...