Learn how to connect to and manage a database on Oracle Database Server right inside IntelliJ IDEA using the built-in Database tool which is very helpful and advanced - you can do almost everything with database without leaving the IDE.
In details, I will show you:
Make connection to Oracle database
Create a new table
Manage data in a table
Execute SQL statements
Software programs:
Java Development Kit (JDK)
IntelliJ IDEA Ultimate
Oracle Database 18c Express edition
#jdbc #intellij #oracledatabase #connection #database