Create a Database for learning and testing code before Production.
Here we will walk through the steps to create your database, which we can use in all the lessons on [Coding Source].
    Create a new Database named [Test]
  1. Right-click on [Databases]
  2. Choose [New Database]
  3. Database Name: [Test]
  4. Click on [Options]

    Recovery Model: Choose either Full or Simple - For testing purposes, it is best to choose [Simple], for Production, choose [Full]
  5. Choose [OK]
Once you have your website ready to go live, you will want to ready it for Production.
To learn how to create a database for Production«.
Though the above link does walk you through more than what is in this article and does get your
database ready to be placed on a Production Server, you will still have more to do for your server(s) if you are hosting in-house.
More lessons in article and video format will be forthcoming on this subject and much more.