Answer Posted / sankar
The entity integrity constraint states that no primary key value can be null. This is because the primary key value is used to identify individual tuples in a relation . Having null value for the primary key implies that we cannot identify some tuples.This also specifies that there may not be any duplicate entries in primary key column key row.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you remove duplicates without using distinct in sql?
Explain normalization and what are the advantages of it?
How to disable a trigger name update_salary?
How many joins can you have in sql?
What is the difference between Union and Union all. Which is faster.
Is crud a cuss word?
Can a key be both primary and foreign?
How do I find duplicates in a single column in sql?
Which function is used to return remainder in a division operator in sql?
Why stored procedures are faster than query?
What is the difference between union and union all command?
What is difference between sql and oracle?
how to delete an existing column in a table? : Sql dba
Why do we need databases?
Why do we go for stored procedures?