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
Do you know what is xpath?
How to configure and test odbc dsn settings?
What are various ways to enhance the ssrs report?
Mention the uses of stored procedures.
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
What is the cartesian product of table?
How can I create a new template for import ? : sql server management studio
Why do we partition data?
If a table does not have a unique index, can a cursor be opened on it?
What is conditional split?
 Explain what is sql override for a source taLle in a mapping?
mention different types of relationships in the dbms?
What are entities and relationships?
What is the recursive stored procedure in sql server?
How to drop existing indexes in ms sql server?