1 1 vote Answer the following. Which of the following are not keys in the database? Compliment * Agreement Construct Supplement Databases drdocse-2022-paper2 databases database-normalization one-mark descriptive + – admin 551 views answer comment Share Follow Print See 1 comment 1 1 comment reply rsansiya111 commented Dec 16, 2022 reply Follow flag do not seem to be standard keys that would typically be found in a database. It is possible that these terms could be used as keys in a specialized database, but without more context it is not possible to say for certain. 0 0 replyShare Please log in or register to add a comment.
0 0 votes Primary Key → uniquely identifies each row.Candidate Key → a minimal unique key.Super Key → any key that can uniquely identify a row (may have extra attributes).Foreign Key → references a primary key in another table.Composite Key → a key made of multiple attributes.Anything outside these standard definitions is not considered a key in DBMS. nirmal_aravind answered Jul 22, 2025 nirmal_aravind comment Share Follow 0 reply Please log in or register to add a comment.