Which of the following about DELETE FROM command in SQL is FALSE?
Select Answer:
DELETE FROM command can be used in Deletion of single column value.
DELETE FROM command is used to delete many rows from a table.
DELETE FROM command is used to delete one or more rows from a table.
All the Above
|