Solved

Which of the Following Commands Will Drop Any Columns Marked

Question 28

Multiple Choice

Which of the following commands will drop any columns marked as unused from the TABLEA table?​


A) ​DROP COLUMN FROM tablea WHERE column_status = UNUSED;
B) ​ALTER TABLE tablea DROP UNUSED COLUMNS;
C) ​ALTER TABLE tablea DROP (unused) ;
D) ​DROP UNUSED COLUMNS:

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions