• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What are best aspects of databases to study?

Chris2wire

Senior member
Im about to graduate in IT and would like to do some extra learning in my spare time on a specific aspect of IT, and databases are interesting, and theres quite a few jobs for database related work.

Help me pick what aspects of databases to study in my spare time... sql? mysql? db2? oracle? I realize these things are really general, but my point is help me pick what parts of the database world will be best to study in helping a future career....
 
MySQL and MS SQL.

The former to start with, the later if you can get your hands on a free copy (NOT SQL Server 2k5 Express).

Learn SQL, data warehousing theories, security, and backup strategies.
 
I would suggest oracle not ms sql. However mySql is free and will give you the oportunity to learn basic sql statements.

You will need some sort of data to put in your database, I imagine that there are sample databases out there somewhere
 
I agree with both responses.....MySQL, MS SQL, and Oracle. I would start with MySQL and go from there. You see a lot more Microsoft Shops and most of them run apps that require MS SQL. Of course, many open source apps can use any. Maybe you could get some notebooks and start writing down notes on each one to keep for reference to help you remember the differences between each one. Writing queries for SQL can be a pain...I ran into a bunch of issues today with MySQL. 😛
 
We learned databases on Postgresql in college - it has features usually only available in high end dbs like oracle, but it's just as free as MySQL.
 
Back
Top