1.

What do you understand by the terms Candidate Key and Cardinality of relation in relational database?

Answer»

A candidate key is a column (or columns) that uniquely identify rows in a table. Any of the identified candidate keys can be used as the table's primary key.

Cardinality of relation represents number of rows (or tuples) in a relation. 



Discussion

No Comment Found

Related InterviewSolutions