I want to drop unused tables. I listed empty tables to make sure that tables not getting inserts and deletes (using such as temporary table) within 1 week.
Is there way for checking if a table is not getting any transactional operations?
I need a simple query to check this for a table.