|
There are several database systems out there that can be used in conjunction with Java. All you need to learn is how to connect to the database, and the querying language (and I suppose database design if you don't know that yet).
I have most of my experience with MySQL, using JDBC drivers to connect to the database. I know Eranga will strongly recommend Oracle, though I don't know much about it.
|