Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Database Redesign
What SQL command can be used to add columns to a table?
MODIFY TABLE TableName ADD COLUMN ColumnName
MODIFY TABLE TableName ADD ColumnName
ALTER TABLE TableName ADD COLUMN ColumnName
ALTER TABLE TableName ADD ColumnName
Correct Answer:
ALTER TABLE TableName ADD ColumnName
Next Question→
More Questions from
Database Redesign
The NOT EXISTS keyword will be true if:
A regular subquery can be processed:
How can you find rows that do not match some specified condition?
What SQL command can be used to delete columns from a table?
Which of the following SQL statements are helpful in database redesign?
A tool that can help designers understand the dependencies of database structures is a:
The data model that is produced from reverse engineering is:
The EXISTS keyword will be true if:
Which SQL-92 standard SQL command can be used to change a table name?
To drop a column that is used as a foreign key, first:
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments