MSSQLTips.com - your daily source for SQL Server tips
Hi to all....i'm a newer of this language...i can access my C-panel but i don't know yet on how to make a table...?your help is really appreciated.......thanks
Books Online are a great source of information.... I would start there
To create a table
CREATE TABLE <table name> ( <list of columns> )