Advertisement



< Prev
Next >



CREATE 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 create a table within the Oracle database using its Type-4 JDBC thin driver and this driver does not require DataSourceName(DSN) to connect to the Oracle database.

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



Steps to create a table in 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