Delete command is used to delete row or set of rows. Using delete command we can delete specific rows and whole data too.
Delete command is transactional command so that it is slower since it stores the log records.
Due log records we can roll back the transactions.