About
drop is a data operations that will remove the data and the metadata from the connection.
Example:
- A drop operation on a file is equivalent to a remove or delete.
- A drop operation on a sql table is equivalent to a drop table.
As there is no way to retrieve the data or metadata, you should use this operations with care and don't forget your backups.