Informatics Practices
All primary keys are candidate keys but all candidate keys are not primary keys.
Relational Database
1 Like
Answer
True
Reason — A primary key is a candidate key chosen to uniquely identify rows in a table. All primary keys are candidate keys, but not all candidate keys become primary keys, as only one is selected for that role.
Answered By
1 Like
Related Questions
Null (unavailable and unknown) values are entered by the following command:
INSERT INTO TABLE_NAME VALUES ("NULL");ALTER TABLE command is used to modify the structure of the table.
…………… is a named collection of data items which represents a complete unit of information.
- Field
- Record
- Table
- Database
A …………… is a named collection of all occurrences of a given type of logical record.
- Field
- Record
- Relation
- Database