Save
sql
week 2
Save
Share
Learn
Content
Leaderboard
Learn
Created by
yoyoyo
Visit profile
Cards (4)
SQL
– is a domain specific language used in programming and it is designed for managing data.
MySQL
– is fast and easy to use rd, and it is currently the most popular opensource database.
SSMS
(
SQL
Server
Management
Studio
) – is an integrated management for managing any SQL infrastructure.
Creating a new database table in SSMS
1 -
Navigate to the database
2 –
Initiate table creation
3 –
Define table columns and data types
4 -
Set the primary key
5 –
save the table.