can u create two Primary key for a table?
--Sivaa
Answer Posted / purushotham
S we can create its called composite key
ALTER TABLE TableName
ADD CONSTRAINT CONSTRAINT _Name
PRIMARY KEY (attribute1,attribute2)
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Where the assembly is stored in asp.net?
Explain difference between dataset and datareader?
What are the server controls in asp.net?
What are the steps involved to fill a dataset?
Explain the difference between debug.write and trace.write?
What are the Types of chaching. How to implement caching
What kind of data we can store in viewstate?
Explain the difference between asp.net mvc and asp.net webforms
How can we call webservices in Banking Applications? and where we are using it?
Why asp.net is better than php?
What is the current version of asp.net?
How will you load dynamic assembly?
Is asp.net and .net are same or different?
What are the ways of preserving data on a Web Form in ASP.NET?
What is difference between session and viewstate?