Tuesday, March 18, 2008

Simple Create a DB

DB = Data Base.

Right now, I'm focusing on how I can create a simple and a fast DB who could support couple of customer info. As people would be connected one to another, I have to find the best solution.
Nonetheless, I have no IT or programming background so I have to find something "quick and dirty'.

I was very happy when I saw how easy it was to create a DB, the tables and the link using a primary keys (the factor linking people). It's a good start and I need to investigate furthermore.

1. The Home Page


2. Create tables
3. Create the link between people


It took me 5 minutes to create a DB with Fname, Lname and Email Address.
See how I can link people.

Next Step:
Now I need to learn how I can connect my database with an HTML page.
Any tips? Any predefine scripts to share?

No comments: