MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
How can make table using SQL... - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

How can make table using SQL...

Last post 03-03-2008 7:04 AM by aprato. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-03-2008 4:39 AM

    • athan
    • Top 500 Contributor
    • Joined on 03-03-2008
    • Posts 1

    How can make table using SQL...

     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

    Athan
    Filed under:
  • 03-03-2008 7:04 AM In reply to

    • aprato
    • Top 10 Contributor
    • Joined on 12-01-2007
    • Greater Boston
    • Posts 263

    Re: How can make table using SQL...

    Books Online are a great source of information.... I would start there

    To create a table 

     

    CREATE TABLE <table name>  ( <list of columns> )

Page 1 of 1 (2 items)