📄️ delete()Deletes the first row matching the specified conditions and retrieves the deleted record. Returns null if no matching record is found.📄️ deleteMany()Used to delete all rows matching the specified conditions.
📄️ delete()Deletes the first row matching the specified conditions and retrieves the deleted record. Returns null if no matching record is found.