Click to See Complete Forum and Search --> : Begginer's question


ARIX
July 12th, 2003, 07:08 AM
Hi Gurus !!!
I am a newbie in database programming, and I'd like you to show me how to start learning database programming i.e some good books, documentation, links ....

Thanks in advance.

vonarxma
July 21st, 2003, 05:21 AM
Hi

I can recommend you the following book:
SQL-99 Complete, Really, w. CD-ROM
from Peter Gulutzan, Trudy Pelzer

(please refer to http://www.amazon.com)

For a more database specific documentation please read the manufacturer manuals.

Regards, Matthias

antares686
July 21st, 2003, 05:58 AM
There are books on the basics and standards. However keep in mind not all the standards are implemented on ever different type of database. I would check out the "SQL for dummies" book but before you go further what type of database are you going to be working with to begine with. Whichever type I suggest you get books specific to that database system and focus of it''s syntax as many have there own extensions and may not support a few standards items.

ARIX
July 21st, 2003, 07:02 AM
Thanks for replies, but I'd like books/documentation exactly about database programming i.e. how to design/develop database applications, but not only the specifications of SQL or Oracle ...

vonarxma
July 21st, 2003, 07:30 AM
you can find some "basics" on the web, e.g.

http://www2.bus.orst.edu/faculty/brownc/lectures/db_tutor/index.htm

or

http://www.edm2.com/0612/msql7.html

vonarxma
July 21st, 2003, 07:50 AM
another link:

http://databasepronews.com/databasepronews-51-20030520IntroductiontoRelationalDatabaseSystems.html

ARIX
July 21st, 2003, 08:35 AM
Thanks a lot !!!