Skip to content

A Flutter Repository for MySQL query using java instead of command prompt or MySQL WorkBench. This is achieved through Java™ database connectivity (JDBC).

Notifications You must be signed in to change notification settings

akashmishra242/JavawithMySQL_JDBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Query using JAVA.

This is the code for using Any MySQL query using java instead of command prompt or MySQL WorkBench. This is achieved through Java™ database connectivity (JDBC).

All the operations are performed on the database created named as "blood_donation_management_db".

Sample Code & Output

Code :

image

Query Statement in the Code :

image

Output received based on database :

image

Database : "blood_donation_management_db".

The database based on which above result has arrived is as follows.

Database's Content : "blood_donation_management_db"

image

Table's Content :

image image image image

About

A Flutter Repository for MySQL query using java instead of command prompt or MySQL WorkBench. This is achieved through Java™ database connectivity (JDBC).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages