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

You might also like to view...

A ________ is an organized collection of data

A) database B) catalog C) server D) warehouse

Computer Science & Information Technology

The Pen color is always blue

Indicate whether the statement is true or false

Computer Science & Information Technology