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
Any real time example of O2C process from taking order till creating invoice.
why not instantiating servet using new operator?
what are resources in case of Threads
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
how to convert hashmap to arraylist with iteration
what is session state?
how to stop execution of step 3 in a job mainframe
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
what is apt_dump_score in datastage where it is useful
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
sample and simple coding where we get?
What is the purpose of
What is the use of Differ interface check box in Ship confirm?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?