Challenger App

No.1 PSC Learning App

1M+ Downloads
Which command is used to add a column into database table?

AADD COLUMN

BALTER TABLE

CINSERT COLUMN

DAll the above

Answer:

B. ALTER TABLE

Read Explanation:

  • The ALTER TABLE statement is used to add, delete, or modify columns in an existing table.
  • The ALTER TABLE statement is also used to add and drop various constraints on an existing table.
 

Related Questions:

In programming, what is the purpose of a loop?
Which computer language is used for Artificial Intelligence among the following?
EBCIDIC is a _____ bit code.
What is the correct JavaScript syntax to write "Hello World"?