Which of the following commands drops any columns marked as unused from the SECUSTOMERORDERS table? a. DROP

Question:

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;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: