In apache derby, I have to find the unused tables from the log or the system table provided by derby itself. Is there any reference?
I heard that oracle provides the function or the dictionary view for distinguishing unused table or unused index. So does SQL Server.
One way to approach this is as follows: