1 1 vote Databases databases + – Ratish_Jha 363 views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply BhavdeepSinghNijhawa commented Dec 16, 2024 reply Follow flag Candidate Key: A minimal set of attributes that uniquely identifies a tuple (row) in a relation (table). Super Key: A set of attributes that uniquely identifies a tuple. It can contain redundant attributes and is not necessarily minimal. Primary Key: A candidate key chosen as the primary identifier for a relation.Alternate Key: A candidate key that is not chosen as the primary key. Foreign Key: A reference to the primary key of another relation, used to establish relationships between tables. 0 0 replyShare Shaik Masthan commented Dec 16, 2024 reply Follow flag This is not the question. Btw, is that a link at the end of each definition? It's simply redirecting to same question. 0 0 replyShare Please log in or register to add a comment.
0 0 votes candidate key mili_dhara answered Dec 17, 2024 mili_dhara comment Share Follow 0 reply Please log in or register to add a comment.