Question: What SQL command can be used to add columns to a table?

Options

A : MODIFY TABLE TableName ADD COLUMN ColumnName

B : MODIFY TABLE TableName ADD ColumnName

C : ALTER TABLE TableName ADD COLUMN ColumnName

D : ALTER TABLE TableName ADD ColumnName

Click to view Correct Answer

Previous || Next

Database Redesign - General Questions more questions

The process of reading a database schema and producing a....

Before any changes to database structure are attempted one should....

Which of the following modifications may not succeed?

How can you find rows that do not match some....

A regular subquery can be processed:

The EXISTS keyword will be true if:

Changing cardinalities in a database is:

The NOT EXISTS keyword will be true if:

The data model that is produced from reverse engineering is:

To drop a column that is used as a foreign....

Advanced SQL - General Questions more Online Exam Quiz

Structures - General Questions

Advanced SQL - General Questions

Data and Database Administration - General Questions

Database Design Using Normalization - General Questions

Database Processing for BIS - General Questions

Data Modeling with ER Model - General Questions

Data Warehousing - General Questions

Distributed Databases - General Questions

Introduction to Database - General Questions

Introduction to SQL - General Questions