can u create two Primary key for a table?
--Sivaa
Answer Posted / purushotham tella
no, we can't create more than 1 primary key on a
table .Monalisa Behera is correct we can add more than 1
columns together to make primary key.Srry misleading in
earlier post
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Is oauth for authentication or authorization?
Explain the difference between inline and code behind - which is best in?
What is the differences between a primary key and a unique key in sql server?
What are demand-paging and pre-paging?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Explain the updatepanel?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Describe session handling in a webfarm?
Less than one page, how many windows will you be able to maintain?
What are the types of caching in asp.net?
what is command line compiler.what are the steps and how it is related to debugging.
How to fetch a data from one table to another table in asp.net ?