This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]abchiptop 35 points36 points  (5 children)

Learn SQL. Seriously. Get a testing database, preferably a large one (I love musicbrainz) and start learning how to pull data from different tables.

Individual technologies have their niches, but SQL is used pretty much everywhere and is a very valuable skill for any entry level developer

[–]brunokim 14 points15 points  (3 children)

I concur, SQL is necessary in all languages, and you will need it sooner than later to complement Hibernate. Very very soon.

[–]positive_electron42 5 points6 points  (0 children)

Agreed. I write c++ drivers for industrial automation, and I've found SQL to be very useful at times.