Question: Which command removes the table INVENTORY structure and all the data ALTER TABLE INVENTORY DROP DELETE FROM INVENTORY DROP TABLE INVENTORY TRUNCATE TABLE INVENTORY
Which command removes the table INVENTORY structure and all the data
| ALTER TABLE INVENTORY DROP | ||
| DELETE FROM INVENTORY | ||
| DROP TABLE INVENTORY | ||
| TRUNCATE TABLE INVENTORY |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
