JDBC Tutorial, 7 : Creating a database table from java Program
In the beginning of this tutorial, we have used MySQL workbench for creating tables. In this video, I have explained how to make database table from the program itself. In order to execute custom operations, we can make use of method. Using normal sql CREATE TABLE command, we can create new table. This tutorial series covers following topics Connecting Java Program to MySQL Database Inserting data into database Fetching data from database Updating an entry in database Creating a table programmatically Using PreparedStatements Display database contents in JTable
|
|