cursor.execute("CREATE TABLE if not exists users (ID INTEGER PRIMARY KEY AUTOINCREMENT,Name VARCHAR(50) NOT NULL,LastName VARCHAR(50) NOT NULL,Document INTEGER UNIQUE NOT NULL,Age INTEGER NOT ...