HOW TO DROP ALL TABLES WITH THEIR CONSTRAINTS AT ONCE IN ORACLE

The solution for “HOW TO DROP ALL TABLES WITH THEIR CONSTRAINTS AT ONCE IN ORACLE” can be found here. The following code will assist you in solving the problem.

elect ‘drop table ‘, table_name, ‘cascade constraints;’ from user_tables;

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in