I have about 8 tables in my SQLite Database, each having a field called time which is time when data is inserted in the table.
I want to perform JOIN on this time column such that data is ordered by time ascending across all tables. If theres an exact match of this time in another table that record should be displayed on the same row otherwise empty.