Question: Question 2: Write a Java program that inserts a row in a table Student in the Database Exams in MySQL. Assume that the MySQL service
Question 2: Write a Java program that inserts a row in a table Student in the Database Exams in MySQL. Assume that the MySQL service is running on the same computer on port number 3306. You can use a query like: INSERT INTO Student (ROLL_NO, NAME, Marks) VALUES ('3','Haneef,'85'); Use different values instead of roll number, name and age given in the above query. ------------------------ // please solve this as soon as possible (comment)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
