Delete Node Catalog
Delete category
Generated from 3 catalog nodes in Data/Database/Delete.
Nodes in this category
Showing 3 of 3 generated node docs.
Delete
Data/Database/DeleteDelete rows from a database table and return the removed rows
Drop Table
Data/Database/DeletePermanently deletes the entire table, both its rows and its schema, so it can be recreated later with a different schema. This is irreversible and cannot be undone. Buffered writes that have not been flushed yet are discarded instead of written back. Graph overlays referencing the table are pruned and reported on References; saved queries are never modified. Known limitation: a DataFusion table provider registered from this table earlier in the same run keeps pointing at the deleted dataset, because mounts are only refreshed when the credential generation changes.
Purge
Data/Database/DeletePurge Database