TRUNCATE: is used to quickly remove all rows from a table without destroying the
table structure.
DELETE: is used to remove specific rows from a table based on a condition, and it's
transactional.
DROP: is used to completely remove a database object, such as a table or database,
along with all its data, and it's not transactional.
absent data