Answer Posted / sarika jayadave
USE <DATABASE NAME>
GO
ALTER TABLE [SERVER NAME].[TABLE NAME]
ADD CONSTRAINT [PRIMARY KEY NAME]
PRIMARY KEY CLUSTERED
(
[ORDER BY FILED NAME] ASC
)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is sql server locking?
what is raid and what are different types of raid configurations? : Sql server database administration
How to insert multiple rows with one insert statement in ms sql server?
Can we shrink data file in sql server?
Explain what is raid and what are different types of raid levels?
How to create indexed view?
What is data set in report?
What is field with example?
How to create a view with data from multiple tables?
What are the types of joins in sql?
What is SQL Azure Federations?
what is an index? : Sql server database administration
What are the five characteristics of good data?
What is always encrypted?
What is an execution plan? When would you use it?