Answer Posted / saravakumar
USE [AdventureWorks]
GO
ALTER TABLE [Sales].[Individual]
ADD CONSTRAINT [PK_Individual_CustomerID]
PRIMARY KEY CLUSTERED
(
[CustomerID] ASC
)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is data modeling and Reterminal integrity?
How to select true false based on column value in sql server?
Why is sql server log file full?
What are the different index configurations a table can have?
New concepts of sql server 2005 use in your project.
What does it mean to normalize a database and why would you do it?
How do you delete duplicate records in sql server?
Describe in brief sql server monitoring ways.
Can we do dml on views?
What are relationships and mention different types of relationships in the dbms
What is a mixed extent?
What is a trace frag?
What is the difference between createstatement and preparedstatement?
what stored procedure can you use to display the current processes? : Sql server administration
What are binary string data types in ms sql server?