Databases
- Database Basics
An introduction to databases.
- The Select Statement
How to extract the record(s) that you want from a relational database using SQL.
- Adding, Replacing, and Deleting Records
How to add, replace, and delete records in a relational database using SQL.
- What is Hashing
An introduction to hashing.
- Database Normalization
The six different normalizations to apply during database design.
- Select Top Six
How to retrieve the top two or more values for a field.
- Learning MySQL
A review of the only book on MySQL that most people will ever need.
- SQL Hacks
If the above book isn't enough for you or you are using a different SQL database then this book is filled with loads of useful solutions to database problems.
- Head First SQL
An excellent book for both beginner and intermediate relational database users which teaches both SQL and basic database design in a fun way.
- Char or Varchar
What is the difference between a char field and a varchar field.
- Simply SQL
The basics of SQL for beginner clearly explained in great detail.
- SQL and Relational Theory
How to use SQL properly.
- Database Fields
How to determine what belongs in a single field. One of the first steps in designing your database.
If you have a different database question please ask Felgall.
If you can't find what you're looking for here then check out these Programming Links.



