Question: HOMEWORK EXPLANATION Create a database named University. Create three tables named Student, Academician and Courses in this database. Your tables should have the following Attributes:
HOMEWORK EXPLANATION
Create a database named University.
Create three tables named Student, Academician and Courses in this database.
Your tables should have the following Attributes:
Academician: AcademicianID, Name, Surname, CourseCode
Student: StudentID, Name, Surname, CourseCode
Courses: CourseCode, CourseName
Design the following interface in Java. Perform addition, deletion and update operations in the Student table or Academician Table according to the selected RadioButton. View the Tables in JTable after each transaction.
Use more appropriate icons for updating, deleting and adding your buttons.
Create UML diagrams of the Database and Classes you created.
Name:
Academician
UPDATE
Student
Surname:
Course:
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
