In Oracle 19c database, when we drop a table what happens to the procedures, triggers, index that uses this table?
Will the triggers, procedures, index gets dropped automatically or will it become INVALID status?
I want to know what is the correct process that needs to be followed while dropping the table when you know you already have the triggers, procedures, index associated with that particular table?
Please help me out.