Choose a database program. There are many different database programs available to choose from. Examples include Microsoft Access, which comes bundled with the Microsoft Office Suite, or MySQL, which is offered online for free. Choosing a database depends on how it will be used. If putting a database online, the most preferred ones would be MySQL or Microsoft SQL Server. See "Resources" to learn more about these databases and how to use them.
Create one table per chart. Once a database program is chosen, you can begin creating the database structure. To begin, create a single table for each type of chart. For example, one table will be named "Pop Music Chart," another named "Country Music Chart" and so on.
Create fields for each table. Each field will contain the information for each type of music chart. To have the most relevant information, you will need to create the following fields -
Date (of when the song was ranked)
Song rank
Song title
Artist
Populate your database. Type in the information for each chart in each table and field.