Which of the following commands drops any columns marked as unused from the
SECUSTOMERORDERS table?
a. DROP COLUMN FROM secustomerorders WHERE column_status = UNUSED;
b. ALTER TABLE secustomerorders DROP UNUSED COLUMNS;
c. ALTER TABLE secustomerorders DROP (unused);
d. DROP UNUSED COLUMNS;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here