Multiple Choices
(Choose 1 answer)
What SQLite keyword is added to primary keys in a CREATE TABLE statement to indicate that the database is to provide a value for the column when records are inserted?
A. SERIAL
B. ASSERT_UNIQUE
C. AUTOINCREMENT
D. AUTO_INCREMENT