Computer Science
Does the Primary key of a table accept null or duplicate value? Justify.
Relational Database
3 Likes
Answer
A primary key in a table does not accept null or duplicate values. A primary key is a set of one or more attributes/fields that uniquely identifies a tuple/row in a table. It must contain unique values, i.e., non-redundant, and cannot be re-declared or left null.
Answered By
2 Likes
Related Questions
What will be the output of the function given below?
>>import math >>abs(math.sqrt(25))- Error
- 5
- -5
- 5.0
A …………… function allows us to write a single record into each row of a CSV file.
Identify the Domain name and URL from the following:
http://www.income.in/home.aboutus.htmlWhich protocol is used to create a connection with a remote machine?