Scenario: Sometimes developer needs table id of the table to use in their logic
Solution: you can get the table id for any table using sql query in the development environment.
SysTableIdView is the table from where you can fetch the Id.
Below is the query
select * from SysTableIDView