ReePrime China
SQL SERVER 2017 TUTORIAL : PART 03 (TABLE)

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

SQL SERVER 2017 TUTORIAL : PART 03 (TABLE)

4 次观看 04:38 FAST tech

描述

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