Hi,
Can anyone point me to some really good online resources for understanding Database Concepts.
p.s.: My background is of Java Development.
Thanks.
Hi,
Can anyone point me to some really good online resources for understanding Database Concepts.
p.s.: My background is of Java Development.
Thanks.
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.
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