SQL SERVER 2017 TUTORIAL : PART 03 (TABLE)

  • 6 years ago
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