vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| rama.thota@gmail.com wrote: > Hi > I am new to database design and data modelling.I want to know which > book r usefull for me in the intial stage on 'RDBMS Concepts' and data > modelling. Please do not post the same message multiple times ... thanks. Your question has already been answered. -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace 'x' with 'u' to respond) |
| |||
| An Introduction to Database Systems, by C.j. Date (last edition is the Eighth Edition) <rama.thota@gmail.com> wrote in message news:1106335359.922938.279550@z14g2000cwz.googlegr oups.com... > Hi > I am new to database design and data modelling.I want to know which > book r usefull for me in the intial stage on 'RDBMS Concepts' and data > modelling. > |
| |||
| The older and simpler one: Handbook of Relational Database Desing, Candace C. Fleming, Barbara von Halle, 1989. This book includes logical Data Modeling (ERD) and product independant Database Desing. The new and big one: Information Modeling and Relational Databases: >From Conceptual Analysis to logical Design, Terry Halpin, 2001 This book includes: Object-Role Modeling, Data Modeling (ERD), Class Modeling (UML) and Relational Database Desing. Regards, Hans |
| |||
| If you are not IT person and want to start from the very beginning, try "Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design" by Michael J. Hernandez. However, the Oracle Course named "Data Modeling and Relational Database Design" is the best, in my opinion. You can find a lot of Student Guides for this Course in the network. |
| |||
| I would not recommend the "Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design" book at all. It tries to rubbish the importance of conceptual knowledge and theory. Something which leads to databases which I have to fight with every day. Here are some of the links that I visit quite often.... Oracle http://asktom.oracle.com/pls/ask/f?p=4950:1: http://technet.oracle.com/index.html http://www.orafaq.com/faq2.htm http://database.ittoolbox.com/default2.asp http://www.dbazine.com/ch_oracle.html http://oraclenotes.com/Articles/articles_main.htm http://www.orsweb.com/master-list/ http://www.revealnet.com/Pipelines/PLSQL/archives.htm http://www.1keydata.com/sql/sqllinks.html http://www.1sqlstreet.com/ http://dbforums.com/ http://tahiti.oracle.com/ http://www.oracle.com/forums/index.jsp?cat=18 http://www.whizlabs.com/books/oracle-books.html http://searchdatabase.techtarget.com/ http://bmoshier.net/OracleStuff/OracleBookmarks.html http://www.pentest-limited.com/ http://www.dbdebunk.com/ http://www.idevelopment.info/ http://www.oracledba.co.uk/ http://www.jlcomp.demon.co.uk/ http://www.psoug.org/ http://www.petefinnigan.com/index.htm http://www.evdbt.com/ http://www.centrexcc.com/ http://www.juliandyke.com/ http://www.dizwell.com/ http://www.rittman.net/index.html http://www.dwinfocenter.org/" http://corpinfodesigns.com/publications.htm#" http://www.intelligententerprise.com/" http://www.intelinfo.com/newly_researched_free_training/Data_Mining.html" http://www.datawarehouse.com/home/" http://www.databaseanswers.com/tutorials.htm" http://www.utexas.edu/its/windows/database/datamodeling/dm/overview.html" http://www.cs.toronto.edu/~mendel/dwbib.html" http://www.olapinfo.de/index.php" http://rkimball.com/html/articles.html" http://www.datamodel.org/" http://www.databaseanswers.com/index.htm" http://www.revealnet.com/" http://www.tdan.com/edatt1_tocf.htm" http://www.dw-institute.com/" http://www.datawarehousingonline.com/" http://www.ondelette.com/OLAP/dwbib.html" http://freedatawarehouse.com/" Data Modeling http://www.inconcept.com/" http://www.datamodel.org/" http://www.infogoal.com/dmc/dmcdmd.htm" http://www.infoadvisors.com/" http://troels.arvin.dk/db/rdbms/links/#hierarchical" http://www.utexas.edu/its/windows/database/datamodeling/" http://www.cwmforum.org/" http://www.essentialstrategies.com/publications/articles.htm" http://www.omg.org/" http://www.mel.nist.gov/workshop/jtc1-96/papolle.htm" http://www.wilshireconferences.com/" http://www.essentialstrategies.com/documents/" http://www.irmac.ca/" http://www.dama.org/public/pages/index.cfm?pageid=194" |
| ||||
| blue wrote: > The older and simpler one: Handbook of Relational Database Desing, > Candace C. Fleming, Barbara von Halle, 1989. This book includes logical > Data Modeling (ERD) and product independant Database Desing. > The new and big one: Information Modeling and Relational Databases: > >From Conceptual Analysis to logical Design, Terry Halpin, 2001 > This book includes: Object-Role Modeling, Data Modeling (ERD), Class > Modeling (UML) and Relational Database Desing. > Regards, Hans I would have to agree with the chosen Halpin book because I doubt you can find a more comprehensive book when it comes to dealing with databases and database design. He covers all boundaries and leaves almost nothing unsaid. |