How To Create Table in SQL Server 2005
Creat Table
- Right Click on Tables in TestDabase(your database name)-> select New Tables...
- Enter Column Name and data type
- Click on Save button to save your table
- After you click on Save button you will see a message box that allow you enter your Table Name. And then Click OK button
- When you want enter data in to your table. You right click on your table name and then click on Open Table.

If you click on Edit it will open SQL Statement that allow you edite your table by SQL Statement.
If you want to Edite Column or Delect column you can click on Design that it allow can rename or insert columns name. - After you click on Open Table. And then enter your data in to table.