The MySQL command to remove the field backOrder from the table named inventory is
a) ALTER TABLE inventory DROP COLUMN backOrder
b) DELETE COLUMN backOrder FROM inventory
c) DROP COLUMN backOrder FROM inventory
d) REMOVE FIELD backOrder FROM inventory
e) None of these is correct
a) ALTER TABLE inventory DROP COLUMN backOrder
Computer Science & Information Technology