December 2013
Intermediate to advanced
1872 pages
153h 31m
English
The Object Explorer in SSMS has a Tables node under each database listed. You can add tables via the Object Explorer by right-clicking this Tables node. Figure 20.1 shows the New Table option displayed after you right-click the Tables node in Object Explorer. The top-right side of the screen shown in Figure 20.1 is the table creation screen that allows you to enter the column name and data type and to set the Allow Nulls option.
FIGURE 20.1 Using Object Explorer to create a table.
The data entry area under Column Name is a free-form area where you can define a column name. You can select the data type from ...