M
M
Mr.2014-12-25 16:57:00
MySQL
Mr., 2014-12-25 16:57:00

I'm learning java, what database knowledge is enough?

What database knowledge is enough for me to work with java?
I will be grateful for the answers.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xSkyFoXx, 2014-12-25
@xSkyFoXx

I disagree with IceJOKER .
You need to know at least SQL at a decent level and be able to install the database that you most likely plan to work with. For example, MySQL is installed very simply and quickly and does not require much knowledge.
But even if you plan to use only ORM and not go into the database with handles, you still MUST understand well what INNER JOIN, OUTER JOIN (LEFT, RIGHT), ORDER BY, HAVING, etc. are.
Otherwise, you will become another developer who will make 2-3 queries and then collect the results of the selection in cycles (hint .: ORMs can JOIN's. Almost everything. It's just that most people ignore this possibility. And then you have to scale vertically indecent servers from the database )

I
IceJOKER, 2014-12-25
@IceJOKER

To work with java, knowledge of the database is not needed O_O,
but if you want to work with the database, then the initial knowledge of select/insert/update/delete is enough, as in all other languages, I don’t understand why you asked "to work with java"

A
asd111, 2014-12-26
@asd111

SQL (at least MySQL only), JDBC, Hibernate

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question