Question: Instructions: Create a table called Student in the MySQLWorkbench with the following fields: StudID - integer Lastname - varchar(30) Firstname - varchar(30) Section - varchar
Instructions: Create a table called Student in the MySQLWorkbench with the following fields: StudID - integer Lastname - varchar(30) Firstname - varchar(30) Section - varchar (10) YearLevel - integer Populate the table with at least 5 records. Create a Console Java Application in Eclipse (Perspective : Java). Display all the fields of the table Student in the Java Application. Note: Provide a column heading of the fields in the application. Screenshot the SQL commands in MySQLWorkbench, the codes and the output. (ASAP)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
