SQL Server 2014 Tutorial: Create SQL Server 2014 Table in 2 ways
Here we will create a table in 2 ways :
1. Using SQL Server Management Studio
To create table using SQL Syntax, first click New Query button on Toolbar, then you type the syntax like picture above. Then just click Execute button on Toolbar or just hit F5 on keyboard.
- Using SSMS task
- Using Query Syntax
1. Using SQL Server Management Studio
Like shown picture above, just right click Tables on the HOSPITAL database tree, choose New Table. Then it will appear 3 columns for create new table. Just fill the columns, field/column name, data type and don't forget if you want to not allow nulls you have to type default value for your field/column. If it's done click Save Button on Toolbar or click menu File-Save.
2. Using Query Syntax
For more step by step just watch the tutorial video on top of this tutorial or visit our channel below.
Comments
Post a Comment