vote up 1 vote down star

Hi,

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

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

Thanks.

flag

6 Answers

vote up 1 vote down check

Database System Concepts, a great book by Avi Silberschatz. I read it at CS school.

There are some slides summarizing the previous book chapters, available at http://codex.cs.yale.edu/avi/db-book/db5/slide-dir/index.html

Wikipedia entry on Databases is a quick introduction to the topic.

The Open Directory Project entry on databases has a lot of pointer to useful resources.

link|flag
vote up 2 vote down

I would recommend

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

Not online resources, but useful nonetheless

link|flag
vote up 2 vote down

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.

link|flag
vote up 0 vote down

Just found this tutorial and it seems helpful so sharing here...

link text

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.