can u create two Primary key for a table?
--Sivaa
Answer Posted / santosh
No, we can't create two primary keys for a table. A table
contains only one primary key.
A table can have one or more unique keys.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a Cookie? Where is it used in ASP.NET?
What are the main requirements for caching?
Define static member?
What is mvc in asp.net interview question? : Asp.Net MVC
Write a code for sending an email from asp.net application.
What is asp.net and how it works?
How do you store a value in viewstate and retrieve them?
What is session state server?
Differentiate between structure and class.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is inheritance and an how it be used, example with an example?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Which protocol is used to call a web service?