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
Can we join same table in sql?
Is a table valued function object?
What is pl sql variable?
How do we use distinct statement? What is its use?
How many unique keys can a table have?
What is an inner join sql?
How do I view stored procedures?
Show how functions and procedures are called in a pl/sql block.
Which data type is a composite type?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
What is data abstraction in sql?
What is not null in sql?
Do prepared statements prevent sql injection?
How can you load multi line records? : aql loader
What are the types of sql commands?