What happens to dependent triggers when the table is dropped?
问题 I have one table backup on which I had applied one trigger upd_trig . Now, I dropped my table and then I checked, whether all the associated trigger/index will also been dropped or will remain there. As I found some discussion here,and they said Trigger/Index all will be dropped,once we drop our table. But, it seems, trigger still exist. Can anyone explain, what exactly happens, when we drop the table SQL> drop table backup; Table dropped. SQL> select text from user_source; TEXT -------------