I have created a simple website but I need to store and extract files such as PowerPoint and Word files. Ive never created a database for a website before so can anyone suggest a simple database to use and maybe a tutorial to take me through it?
Share
A DB for a website should be no different than any other DB. The DB is independent of the front end (web, client app, etc.).
Avoid a pre-made database. Let the nature of the data decide the tables.