Once database is made, time to create tables to store the data.
%sqlite_query()% supports dual resource passing notation.
Because SQLite is type-less column type specification is optional.
Auto-incremented columns are created via %INTEGER PRIMARY KEY% syntax.