How to know which objects (tables/views/etc) uses a certain table?
I have to replace my table PRICE. So, is there something like?
select system.dependencies from PRICE
SELECT NAME
from user_dependencies
where referenced_name = 'PRICE'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With