How to create and delete tables in SQL Server.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darsh999
    New Member
    • Aug 2007
    • 1

    How to create and delete tables in SQL Server.

    I have started learning SQL server...please help me to tell me how to create and delete table in a database!!
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi, and welcome to TSDN!

    Take a look at this article. Even tho it's written for MySQL the query examples should work on SQL Server as well.

    In the future, you might want to consider posting questions about SQL Server in the SQL Server forums, accessible from blue navigation bar at the top of the page.

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      I have edited the thread's title to better describe it's content and moved it to the SQL Server forums.
      Please read the posting guidelines before posting.

      Moderator

      Comment

      • bwestover
        New Member
        • Jul 2007
        • 39

        #4
        Here is the Microsoft SQL language reference.

        Also a very good book I recommend is called SQL Bible by Alex Siegel and Boris Trukhnov. ISBN # 0764525840

        You can get it here if your interested.
        Barnes & Noble

        Comment

        • Purple
          Recognized Expert Contributor
          • May 2007
          • 404

          #5
          Hi darsh999 ,

          If you have enterprise manager (sql 2000) or SQL server studio (sql 2005) availabile you can create and delete databases and tables through a gui allowing you to visualise the referential links between the tables.

          If not, a good place to start if you are learning is to download SQL 2005 Express and do a full install. This will give you the SQL server studio to practise with.

          Regards Purple

          Comment

          Working...