- In Object Explorer, right-click the table to which you want to add columns and choose Design.
- Select the first blank cell in the Column Name column.
- Type the column name in the cell. …
- Press the TAB key to go to the Data Type cell and select a data type from the dropdown.
BrindhaPrathaban Answered question July 5, 2023
- In Object Explorer, right-click the table to which you want to add columns and choose Design.
- Select the first blank cell in the Column Name column.
- Type the column name in the cell.
- Press the TAB key to go to the Data Type cell and select a data type from the dropdown.
Sandhya Answered question July 5, 2023
SQL Server Management Studio should be used.
Right-click the table to which you wish to add columns in Object Explorer and select Design.
Choose the first empty cell in the Column Name column.
In the cell, type the name of the column….
To navigate to the Data Type cell, use the TAB key and select a data type from the list.
Vishalini.R Answered question July 5, 2023
