Write a program to insert values in a table at run time using JDBC.
Write a program to insert values in a table at run time using JDBC.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
write your database name after localhost:3306/ example: jdbc:mysql://localhost:3306/dbname write your table name after example:insert into tablename(id,name,city) values('001','HARRY','PUNJAB')"TAP ON ATTACHMENT LINK FOR ANSWER: