Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 337 Bytes

File metadata and controls

15 lines (9 loc) · 337 Bytes

Java_JDBC

First create the database in mysql terminal by running .sql files in the given order

Library_create.sql; Library_alter.sql; Library_data.sql;

Use the below command to run the java file in your system

java -classpath "mysql-connector-java-8.0.18.jar:." JdbcDemo

To drop the database in your system use

Library_drop.sql;