table SYSCOLUMNS is the system table (contains all other tables)

Creating A New Table

The easiest way to create a new table is using SQL Server management Studio.  To implement creation in cod you can create the table without saving and use menu > Table Designer > Generate Change Script to get the SQL code to use.