In sqlite I was able to create a table with the following command:
create table myTable(varchar, date, int);
Notice that there are no column names! I discovered this when I used column names, and when I executed a where statement, it didn’t work with the column name, but it worked when I specified the variable type instead. What’s up with that?
But they became names instead of datatypes: