what is primary key,unique key, foreign key? can u teach me
in simple language?
Answer Posted / sriniwaas41
dublicate values- means two same values not allowed
primary key:does not allow null values and does not allow
dublicate v
alues
-reapeated values and null values not allowed
-we can use primary key only once in a table
unique key:
-reapeated values not allowed as per primary key.
-but the difference is null values are allowed
-another difference is we can declare more thatn one
unique column in a table.primary is not allowed
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how can we view column head in first page but not in remaining pages?
What is the role of driver manager?
What is Object Oriented model?
What is replicaset?
HOW PASS PARAMETERS FOLLOWING ORDER RPG-CL-RPG?
What is the advantage of varchar2 over char?
What is the concept of Virtual field?
Give the syntax of exception handling used in DBMS?
How to do Data size testing? Who does this testing (Developer or tester)?
What is a database example?
what is tkprof tool and how it is used???
How do you connect to a database?
How do you pass parameter in stored procedure?
Can you create a database in word?
Explain entity set?