You are on page 1of 6

Lecturer : Clive Gargan Database Development & Design

Tutorial 1 – Creating a Table


1 Open SQL Server Management Studio:

Start -> All Programs -> Microsoft SQL Server 2014 -> SQL Server Management Studio

2 You will be presented with a view similar to below


Lecturer : Clive Gargan Database Development & Design

3 Go to your Database (name will be your StudentId) and click on the + to the left to collapse the
database.
Lecturer : Clive Gargan Database Development & Design

4 Right click on tables and select New Table


Lecturer : Clive Gargan Database Development & Design

5 You will be presented with below.

6 Enter the following details for your column names


Lecturer : Clive Gargan Database Development & Design

7 To Save the table click on the Save icon below

You will be presented with below:

Enter the name Members and click ok.


Lecturer : Clive Gargan Database Development & Design

8 If you expand the Tables folder in the Object Explorer you will see the new table (you may need to
right click on Tables and click on Refresh).

You might also like