Glossary

primary key

Data
also: primary keys

A column that uniquely identifies each row in a table — no two rows can share the same value. Usually it's an auto-generated id number that the database assigns for you.