Advertisement



< Prev
Next >



SELECT records from a table with JDBC



Java Database Connectivity(JDBC) API provide a set of classes and interfaces that allow a Java application to connect to a database and execute SQL statements such as -
In this article, we are going to explain how to retrieve records from an existing table within the Oracle database by SELECT SQL statement using its JDBC thin driver.

Note : The JDBC classes and interfaces are available in java.sql and javax.sql packages.


Steps to retrieve records from a table with SELECT SQL statement using JDBC-


Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement