79274639

Date: 2024-12-12 10:10:01
Score: 0.5
Natty:
Report link

From an environment where you see logs e.g. in Datagrip, run:

BEGIN;
DROP TABLE <schema.tableName> CASCADE;
ROLLBACK;

In the Output/logs tab you will see all the objects that would be deleted. The rollback command reverts back the delete of all the objects.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SV125