Given a table employee
CREATE TABLE employee ( id AUTOINCREMENT INT, first_name STRING, last_name STRING, title STRING, ... PRIMARY KEY (id) )