can u create two Primary key for a table?
--Sivaa
Answer Posted / monalisa behera
No, we cannot create more than one Primary key for a table.
Composite Primary key as mentioned in the answer by
Purushotham consists of more than one columns together
making a Primary key. In such a case the columns may be
more than one but the Primary key is one.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are the new data controls in asp.net 2.0?
What is the size of Get method and how much data it can store?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
How to prepare culture-specific formatting in .net.
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
They mostly asked difference between versions of technologies
How are sessions stored?
Define msil.
Is oauth for authentication or authorization?
what is silver light when will we use silver light,
How to implement role based security in asp.net mvc? : Asp.Net MVC
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is server infrastructure & server components?
Explain how does asp page work?
Which protocol is used to call web service?