D
D
dieillusion2015-10-06 19:11:33
MySQL
dieillusion, 2015-10-06 19:11:33

What DBMS do JAVA EE programmers use?

I'm learning Java EE. And now I want to start learning subd and sql. Could you tell me what is the best place to start and, in your practice, what do javaists mainly use on their projects?
Thanks in advance for your replies.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
cthulhudx, 2015-10-06
@cthulhudx

Oracle, SQL Server

A
Alexey Cheremisin, 2015-10-07
@leahch

Yes, almost everyone uses it, starting from sqlite, h2, mysql, postgres and ending with oracle, sybase, mssql, teradata and other joys of life.
The whole question is to connect the correct driver, and specify the dialect for generation.
Well, the database is chosen for the task, also for the task, and they move from one database to another.
At one time, in my project, as many as three databases were used at the same time hsql, mysql and sybase.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question