I\'ve created a table in Python SQLite3:
import sqlite3 con = sqlite3.connect(":memory:") con.execute("create table Music(ID INT, OsArtistName TEXT