Answer Posted / sraboni mondal
primary key is a key which is totally unique key and unique
has null values
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the main purpose of java?
What is the difference between class & object?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Is class is a data type?
What is int argc char * argv?
What is the difference between actual and formal parameters?
Why does java not support operator overloading?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is an object in java?
What does || mean in vectors?
How to solve the problem of generating the unique hash keys with hash function?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
what are different ways in which a thread can enter the waiting state? : Java thread
Explain the difference between arraylist and linkedlist in java?
What steps are taken when the OS shifts from one-thread execution to another?