-
16.2 Java Database Connectivity Practical
this video tells about steps to follow for connecting java program to mysql database. Java JDBC is a java API to connect and execute query with the database. Original source
-
JDBC Tutorials – 7 – Java Program to “Delete Rows from Table”
In the above video you can see how to write a program to delete specific or all the rows from the table using java code. The program contains following classes … Original source
-
JDBC Tutorials – 1 – How to Create Database in MySQL
This is the first video of JDBC tutorials which will teach you how to create database in MySQL and then in later tutorials we will interact with MySQL using JDBC API class and interfaces. … Original source