Familiarizing,
Creating database and
tables
Familiarizing
MS SQL
How to Create
Database ?
manual
form
1. Type ….
“CREATE DATABASE
[YOUR DATABASE NAME];”
2. Click “Execute”
Or
Press F5
1. Right Click
the “Database”
2. Click the
“New Database”
GUI form
How to Create Tables ?
Open a new query
window by clicking on
“new query”
in the tool bar
manual
form
Type the sql script, then
Click the “execute” button
In the tool bar
If everything is all right, the
"Command(s) completed successfully"
message will be displayed.
Run “select * from [table name];”
To check the data from the table
You created
1. Double click
your database or
click the “+” beside
Your database name
2. Right click the “table”
3. Click “new table”
GUI form
Column name
Data type
Allow nulls
Data insidetables
To see your data in a table
Right click the table
Then click
“select top 1000 rows”
Database Management System

Database Management System