Hi,
Can anyone point me to some really good online resources for understanding Database Concepts.
p.s.: My background is of Java Development.
Thanks.
|
|
|
|
|
|
|
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. |
||
|
|
|
|
I would recommend
Not online resources, but useful nonetheless |
||
|
|
|
|
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: 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. |
||
|
|
|
|
Just found this tutorial and it seems helpful so sharing here... |
||
|
|
|
|
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 |
||
|
|
|
|
http://www.deeptraining.com/litwin/dbdesign/FundamentalsOfRelationalDatabaseDesign.aspx http://www.tek-tips.com/faqs.cfm?fid=4785 http://wiki.lessthandot.com/index.php/Category%3AData%5FManagement |
||
|
|