Locked lesson.
About this lesson
We will create a new database within MS SQL Server 2016, and create a new table
Quick reference
Creating a New Database
Creating a new database is point and click easy.
When to use
Do this every time you create a new database.
Instructions
- In the object explorer, right click on the Database folder and select "New Database".
- Type a name for your new database and click "ok".
- That's it!
Once you create a database, add a Table to it by right clicking on Tables --> New. The Tables folder will be a sub-folder under the new database folder you created, which in our case, is called Customers.
Please Note: Since this lesson was originally published, the 'text' datatype has been deprecated. Choose varchar(50) instead for each text column.
Hints & tips
- Creating a new database is point and click easy.
- Right click the Database folder in the object explorer and choose "New Database"
- Name it and Click "Ok"
Lesson notes are only available for subscribers.