what is the difference between primary key and unique key?
Answer Posted / karishma39malik@gmail.com
primary key means... a key that is unique among all keys.. n
has no duplicate values and no repeated columns...
unique key is a key defined uniquely among all keys...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
Have you used callsymputx? what points need to be kept in mind when using it?
What is the purpose of
5.Call by value and Call by reference with program?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
what is difference between object oriented programming structure and object oriented programming system?
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
what is difference between input parameter and output parameter.
why we use abstract in awt?
how can we maintain the previous version scripts to new version.
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?