Computer Science, asked by anilunawane5879, 1 year ago

Delete command is run on a table without a where clause

Answers

Answered by Anonymous
2
The DELETE commandremoves records from the tableidentified by the qualified-table-name. If the WHERE clause is not present, all records in the table are deleted. If a WHERE clause is supplied, then only those rows for which the WHEREclause boolean expression is true aredeleted.
Similar questions