drop table- is it done in cascade-way for related objects
If i drop database table, then will everything related to that table be dropped/erased?
I mean will the table constraints be removed from system tables, wil lthe grants be revoked/deleted from schemas that had grant on that table, and so on?