Skip to content

In this repo contain the code of the CURD operation using JDBC and the database I have using is the MySQL

Notifications You must be signed in to change notification settings

Hridaydeep/CURD-operation-unsing-JDBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CURD Operation using JDBC

This project demonstrates basic CURD (Create, Update, Read, Delete) operations using JDBC (Java Database Connectivity). The code is implemented in the JDBCApplication.java file.

Getting Started

Prerequisites

  • Java Development Kit (JDK)
  • MySQL Database

Instructions

  1. Clone or download the project.
  2. Open the project in your preferred Java IDE.
  3. Make sure to configure your MySQL database settings in the JDBCApplication.java file.
  4. Run the code from the JDBCApplication.java file to execute the CURD operations.

YouTube Playlist

Explore the accompanying YouTube playlist for detailed explanations and walkthroughs: CURD Operation using JDBC Playlist

Happy coding!

About

In this repo contain the code of the CURD operation using JDBC and the database I have using is the MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages