Monday, December 17, 2007

Database Skills: Complete Contents

This posting will be updated each week to contain a complete table of contents for the Database Skills series.

Subseries 1: Table Design Basics

The first group of posts introduces the must-know terms and techniques for table design.


Subseries 2: Table Design Patterns

The second subseries details commonly occurring patterns in table design, how to recognize them and when to use them.

There is a complete List of Table Design Patterns. The rest of the entries are:


Subseries 3: Development Tools and Procedures


Subseries 4: Queries


Subseries 5: System Architecture


Subseries 6: Security


Subseries 7: Server-Side Code


Other Postings

2 comments:

Anonymous said...

I'm trying to keep up, I think your articles are great, they are helping me learn the big picture.

Do you have a zip file of your commands that I could do rather than the code being interspersed within the blog?

Maybe you could provide a link.

Thx!

KenDowns said...

Anonymous: at present I have no combined code file because the examples are fairly independent. Each example is meant to teach only one topic, so they do not necessarily fit together as a whole. This is why a source file would not be useful.