Identify the following the correct
way/s to delete all rows at a time from
salary table.
DELETE * FROM salary;
TRUNCATE TABLE salary;
DELETE FROM salary;
TRUNCATE TABLE FROM salary;
Answers
Answered by
0
Answer:
Support for Office 2010 ended on October 13, 2020
Right-click in a table cell, row, or column you want to delete.
On the menu, click Delete Cells.
To delete one cell, choose Shift cells left or Shift cells up. To delete the row, click Delete entire row. To del
Similar questions