Tuesday 16 September 2014

JDBC Tutorial



JDBC -An introduction


The JDBC ( Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections.
 Using JDBC you can send SQL, PL/SQL statements to almost any relational database.
 JDBC is a Java API for executing SQL statements and supports basic SQL functionality.
 It provides RDBMS access with which you can embed SQL inside Java code. 


With JDBC you can do many operations such as :

create a table
insert values into it
query the table
retrieve results

update the table

So for this we will start from basics and will also help in JDBC interview Questions also.

Quick Start :

1.JDBC Basics – Java Database Connectivity Steps
     Helps you to get familiar with JDBC





No comments:

Post a Comment