jdbc dependency
<dependency>
<groupId>oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
</dependency>
jdbc dependency
<dependency>
<groupId>oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
</dependency>
jdbc interface
-Connection = Helps our java project
connect to database
-Statement = Helps to write and execute SQL query
-ResultSet = A DataStructure where
the data from query result stored
jdbc
JDBC is an SQL-based API created by Sun Microsystems to enable
Java applications to use SQL for database access.
Register the Driver class
Create connection
Create statement
Execute queries
Close connection
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us