If there is a database which is not empty, how to delete it along with all of the tables in it.
You can use cascade.
"drop database your_database cascade;"
1 Like
If there is a database which is not empty, how to delete it along with all of the tables in it.
You can use cascade.
"drop database your_database cascade;"