Skip to main content


In DBMS, KEYS is an attribute or group of attributes that makes it possible to identify a row (tuple) in a relation (table). They allow you to look up the connection between the two tables. A row at a table can be uniquely identified by a combination of one or more columns with the aid of keys.


Comments