can someone tell me if this is correct please?
public static final String DATABASE_CREATE = ("CREATE TABLE" + TABLE_NAME + "(" +
COLUMN_ID + "INTEGER PRIMARY KEY AUTOINCREMENT,"+
COLUMN_TITLE + "text not null," +
COLUMN_CATEGORY + "text not null," +
COLUMN_IMAGE + "text not null);");
the error is SQLiteException