TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:RE: If you were going to learn... From:"Sella Rush" <srush -at- MusicNet -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Thu, 7 Mar 2002 18:52:41 -0800
I'd also recommend the book "Database Design for Mere Mortals" as a good general learning tool for relational database design.
I'm wondering what exactly you goal is. So many people use the word "technology" that I'm never sure what anyone means by it anymore. But I'm going to assume you're looking to create (or document) a relational database or database tool.
Off the top of my head, I can separate database stuff into four main topics:
1. How the relational model stores and structures data (hint: if you know what a table is, you're halfway there; other important topics include primary keys, normalization, data typing)
2. How to retrieve stored data (SQL). How to structure what data you want retrieved and how to present it.
3. How to intelligently design/model a database. This topic includes understanding ER diagrams, the concept of relationships (one-to-one, one-to-many, many-to-many) and how they need to be represented in the 2-dimensional format of the relational data model, understanding how to transfer a body of information and how that information is used into a meaningful database structure.
4. How the development side of database management works. This is the deep level stuff. It includes storage issues (such as size limitations, allocation), locking mechanisms, etc.
Personally, I think Access is a good tool to use to learn the above topics, but don't think if you learn Access you know about database concepts. For example, while it would be useful to create tables and design queries in Access, the forms and reporting modules have nothing to do with learning about databases. On the other hand, some of the Access help topics are very useful, for example understanding relationships.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check it out! Get some cool freebies when you buy RoboHelp! You'll receive
SnagIt screen capture software and a 10% discount voucher for RoboHelp
Consulting. This special offers expires March 29, 2002.
www.ehelp.com/techwr
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.