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 use of except clause? How it differs from not in clause?
What is the purpose of sql profiler in sql server? : sql server database administration
What are the character string functions supported by sql server 2005?
Explain difference between cross join and full outer join?
What are constraints?
What is a mixed extent?
How to turn off warning messages during php execution?
What are policy management terms?
What program is used to store the data source file?
How does index makes search faster?
Explain some stored procedure creating best practices or guidelines?
How to create stored procedures with parameters in ms sql server?
Is sql different from sql server?
What happens if null values are involved in bitwise operations?
Explain the etl (extraction, transformation, and loading)?