Deleting old data from your database is a useful thing to do. If you keep a list of books or cd's you own and you sell or give something away, you can remove it from the list. Here's a quick introduction on how to do it.
Databases can store lots of different data in quite a few different ways. This guide shows some of the basic and common types you'll run across and how to pick which type is the right one to use.
Before we start coding anything, we'll look at how to design your database. It can be quite a complicated procedure but this guide should show you everything you need to think about.