Database Management
Accenture PrimermediumDatabase Management03 Data Definition Language

Which of the following options is not correct?

Answer options

A
alter table emp drop column_name;
B
alter table emp drop column salary;
C
alter table emp add column salary number;
D
alter table emp modify salary varchar(20);

Correct answer: alter table emp drop column_name;

Explanation

The correct syntax is ALTER TABLE emp DROP COLUMN salary; — missing the COLUMN keyword.

Related Accenture Database Management questions

Practice more Accenture Database Management questions

PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.