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
How can you insert values in multiple rows using one Insert statement?
How you can change the database name in SQL SERVER?
What is a sql join?
Explain can SSRS reports Cache results?
How to recreate an existing index in ms sql server?
What are the new scripting capabilities of ssms? : sql server management studio
Distinguish between nested subquery and correlated subquery?
Do you know what are various aggregate functions that are available?
what are different types of raid configurations? : Sql server database administration
What is Cross Join and in which scenario do we use Cross Join?
How to get a list of columns in a view using the "sp_help" stored procedure?
How do you test your database? : sql server database administration
How to verify the port number of the sql server?
What is right outer join in sql server joins?
What is raiseerror? What is raiseerror?