what is candidate key & primary key,different b/t the two?
Answer Posted / naz
A Candidate Key can be any column or a combination of
columns that can qualify as unique key in database. There
can be multiple Candidate Keys in one table. Each Candidate
Key can qualify as Primary Key.
A primary key is the column that uniquely identifies a
record. A primary key should be UNIQUE and never be NULL.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is dbms language?
Explain what are super servers?
What is primary key in database?
How to find the size of database?
How can I access my database remotely?
What is building blocks of client/server?
What is unique key example?
How do you maintain a database?
What is the purpose of normalization in dbms?
What are the main components of a database in healthcare?
Explain the functionality of dml compiler.
Define dbms.
Explain the concept of acid properties in dbms?
What is distributed queries?
Explain the syntax of named procedure?