Example: a Customer Table for a Sales database.
Keys should be unique; you should not be able to do:
INSERT INTO customer VALUES (3, 'Britney Spears', 'Lost in CA', -1234);