Steps to make multiple Columns of a table in SQL Server Management Studio
- Go to Table Design.
- Select a Column first to define it as Primary key.
- To select multiple columns, hold down the CTRL key while you click the other columns.
- Right-click the row selector for the column and select Set Primary Key.
- A primary key index, named "PK_" followed by the table name is automatically created.
Happy Coding
0 Comments:
Post a Comment