Skip to main content
property Table.keys: Sequence[str]
Names of the key columns of the table. When a table does not have keys, adding the same row twice will result in two identical rows in the table:
The identical rows can be deleted:
When a table has some keys, inserting a new row with key values equal to the ones of an existing row will overwrite the old row: