Multiple Choice
When dropping a nonkey column from a table,which of the following steps is (are) included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )
A) Drop any column constraints from the table
B) Drop the column from the table
C) Drop any foreign keys constraints based on the column
D) A and B
E) A,B,and C
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Changing table names is complicated by the
Q84: A dependency graph should include:<br>A)tables<br>B)views<br>C)triggers<br>D)A and B<br>E)A,B,and
Q85: To add a NULL column to a
Q86: A double nested set of NOT EXISTS
Q87: Even if an organization has a very
Q90: When running an SQL query that uses
Q92: Which of the following SQL statements is
Q93: Which of the following are difficulties when
Q94: To change a table name,we _.<br>A)use the
Q96: If a DEFAULT constraint is included when