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 read uncmmited?
Explain sub-query?
What is 1nf 2nf?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
What are audit control procedures?
How do you open a cluster administrator?
How to provide default values to stored procedure parameters?
How can you know if the row fetched from cursor is still valid in underlying table?
What is the Main Difference between ACCESS and SQL SERVER?
What is bit data type? What's the information that can be stored inside a bit column?
What is meant by referential integrity?
Explain about Normalization?
What is a matrix in ssrs?
What is scalar user-defined function?
Explain what is meant by replication of database?