Answers for "why is my primary key displaying as none"

0

why is my primary key displaying as none

c.execute("CREATE TABLE IF NOT EXISTS book (ID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, title text, author text, year integer, isbn integer)")
Posted by: Guest on August-12-2020

Browse Popular Code Answers by Language