views:

169

answers:

5

Hi,

Can anyone point me to some really good online resources for understanding Database Concepts.

p.s.: My background is of Java Development.

Thanks.

+3  A: 

I would recommend

  1. Buy database in depth by C.J. Date
  2. Read anything by Codd

Not online resources, but useful nonetheless

Aiden Bell
+2  A: 

Date and Codd are the patron saints of relational databases, but I wouldn't recommend either as introductory reading.

Here are two on-line resources that I like:

  1. The Database Programmer
  2. The Database Column

And here's a nice poster describing the first three rules of normalization. You'll be light years ahead if you can understand just this.

duffymo
+1  A: 

I studied databases from these book : http://www.amazon.com/Database-Systems-Complete-Book-GOAL/dp/0130319953 . At the beginning there is a hardcore theory, complex but having read this you will understand database fundamentals.

Look here for online resource: http://media.wiley.com/product_data/excerpt/2X/04700465/047004652X.pdf

Try this for java oriented people: http://utenti.lycos.it/yanorel6/2/ch43.htm

HTH

StarWind Software
+1  A: 
JuanZe