Skip to content

video not played or not found error
click on direct switch

Hosted by Dailymotion. For legal issues: Copyright Center · DMC · Instant Removal

SQL SERVER 2017 TUTORIAL : PART 03 (TABLE)

F
FAST tech

4 Views • May 22, 2018

Description

This video describes table in SQL server.
How to create it graphically using management studio
and understanding datatype.

In a relational database, a table organizes the information about a single topic into rows and columns.
For example, a database for a business would typically contain a table for customer information, which would store customer's
account numbers, addresses, phone numbers, and so on as a series of columns
Now I am going to show you how to create a table in SQL Server Management Studio.
SQL SERVER 2017 TUTORIAL : PART 03