DELETE query in oracle | How to delete records from table in oracle database

Опубликовано: 09 Май 2026
на канале: VCODE LOGIC
50
1

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.