SQL Schema

liunx

Guest
I'm making a table in phpMyAdmin, but I'm useless at the SQL code and all the different field types. Can someone please put the following into SQl code for me? :D

- Name
- Email Address
- Website
- MSN Address
- ICQ Number
- AIM Handle
- YIM Handleall you have to do is make a new table and add as many fields as you want.

on the first page of the database in phpMyAdmin you scroll down at the bottom and you will see a field that says " Create new table on database Database_name :" or something close to this. enter the name of the table and the number of fields you want and it will show you that many fields. then just name this accordingly and press submit, no need for making sql code for it.

let the program work for you :)OK thanks scoutt.
 
Top