DELETE FROM INVENTORY;This statement will delete all rows from the INVENTORY table, freeing up storage space, but it will not remove the structure or schema of the table.
DELETE FROM INVENTORY;This statement will delete all rows from the INVENTORY table, freeing up storage space, but it will not remove the structure or schema of the table.