How to identify table based off its ID number
Sometimes you will need to identify a table based off of its table ID number alone. There are 2 methods to do this.
Method 1
- To do so, first Download DB Browser for SQLite. This is the tool required to read the .sqlite file in this tutorial.
- Then open DB Browser for SQLite and follow these steps below.
Method 2
Method 2 is perhaps the easier option.