Multiple Choice
Which of the following keywords cannot be used to modify an existing table?
A) ALTER TABLE...ADD
B) ALTER TABLE...DROP COLUMN
C) ALTER TABLE...MODIFY
D) ALTER TABLE...AS
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q53: When creating a table,which of the following
Q54: The default size of the CHAR column
Q55: SELECT9 <u>is</u> a valid table name._
Q56: Which of the following keywords is used
Q57: Which of the following rules apply to
Q59: Once a column has been set as
Q60: What is the difference between truncating a
Q61: The maximum width of a(n)<u>CHAR </u>column is
Q62: A datatype identifies the type of data
Q63: The <u>MODIFY</u> clause can be used with